-
Html data to load in same table for every menu sublinks!!!
Hi all, i'm designing a site and actually have a javascript tree menu on the left and i would like to open all data from the various links in the same table that i have in the middle. Can someone help me with the code please.
The page can be viewed herefor better comprehension to what i need.
http://pages.intnet.mu/grafixlab/menu/test.htm
Thanks
-
-
You're going to want to name the table something, and then change all the targets to that name... Like so.
Code:
<table name="content">
Then add this to the Javascript links.
That should give you the desired effect you want... If not, put an IFRAME in the second table, and make the height="100%" width="100%" and Name="content".
Everything will open in the IFRAME.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks