Click to See Complete Forum and Search --> : table question..


svijaya77
08-19-2003, 01:10 AM
Hi all,
I saw a webpage where there was a table split into two cols. In the left col there were hyperlinks which when clicked displayed their corresponding content in the second column of the table.
Can someone tell me how this is done?I thought this was possible only with frames?
Thanks

AdamGundry
08-19-2003, 02:48 AM
Without seeing the page, there are a range of methods that could produce this effect. IFrames (http://www.w3.org/TR/html401/present/frames.html#edef-IFRAME) are one possiblity, or alternately the content could be generated via Javascript. If you post a link to the page, I might be able to tell how it is being done.

Adam