Ok, What I want to do is have a table that gets updated when a user clicks a certain link on the page.
I know it should use somthing like document.writeIn but I just cant get the thing to work.
Any suggestions??
| SitePoint Sponsor |





Ok, What I want to do is have a table that gets updated when a user clicks a certain link on the page.
I know it should use somthing like document.writeIn but I just cant get the thing to work.
Any suggestions??
If you are using PHP... you could always do an include....
(Side menu start)
<a HREF="www.yourlink.php?menu=page1>Bleh</a>
<a HREF="www.yourlink.php?menu=page2>Bleh 2 </a>
(table starting)
<? include("$menu.php")?>
( end of table)
whatever link you click influences what is in the table...
i do not know if that is what you are looking for...
I remember falling...
i remember marching..
like a one man army..





All I want to do is apon a user clicking the link, just a certain table being updated. eg, with a link, picture, another html page, etc etc.
Basically in the end I want to have an #Include to an asp page in there. or just update it with a link or picture.
Is that enough information??
Bookmarks