PDA

View Full Version : dhtml: show/hide..example please


BrightNail
04-30-2003, 07:46 AM
hey all,

I have some dynamic tables being creating...anyways, I'll have
content in each table, and a next & previous link in each table (in addition to the content)...the next link will "Load" (hide the current layer, and display the next table in order [based on naming convention])....

ex:

<table><tr><td>some content one<br><br>next</td></tr></table>

<table><tr><td>some content two<br><br>previous or next</td></tr></table>

<table><tr><td>some content three<br><br>previous or next</td></tr></table>

what is a good way to 'load the first' table, then load up the others when the links are clicked...? does this make sense?