SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Sep 4, 2000, 01:22 #1
- Join Date
- May 2000
- Location
- Victoria, Australia
- Posts
- 1,661
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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??
-
Sep 4, 2000, 05:50 #2
-
Sep 4, 2000, 07:45 #3
- Join Date
- Aug 2000
- Posts
- 21
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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..
-
Sep 4, 2000, 18:06 #4
- Join Date
- May 2000
- Location
- Victoria, Australia
- Posts
- 1,661
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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