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??
Printable View
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??
How detailed of an update do you want? If your trying to show more rows then it would take a refresh of the page.
A little more information would be needed is all.
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...
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?? :)