Question regarding navigation with tables

liunx

Guest
Any help is appreciated...<br />
<br />
Is it possible to refresh a table cell with the new data/text from a link which is in another cell of the same/another table? Or maybe a nested table?<br />
<br />
To clarify,<br />
I want to start with:<br />
<br />
table<br />
tr<br />
td (text A)<br />
td (link A)<br />
etc...<br />
<br />
and I want it to become<br />
<br />
table<br />
tr<br />
td (text B)<br />
td (link A)<br />
etc...<br />
<br />
I am assuming that if this is possible that it requires a script (DHTML?, JS?), but I can't seem to find info elsewhere. I do not want to use frames, and I only have client-side scripting capabilities.<br />
<br />
Again, thanks for any help.<!--content-->not really, you're only way to completely change the content is frames, ofcourse you could use flash!<br />
You could have a remote rollover, that gives the appearance of changing some thing in a cell, but ofcouse the change goes on mouseout, (you maybe could change it to leave what's there on mouseover)or the mouseout image is the same as the mouseover.<!--content-->An iframe maybe? It looks cuter than regular frames.<!--content-->
 
Back
Top