Hi
it has been a while since i have done any html and i am having a wee problem with this code. I am simply trying to get the menu to display the selected page in a frame instead of loading another page.
Any help would be appreciated,
deathbegins.
Hi
it has been a while since i have done any html and i am having a wee problem with this code. I am simply trying to get the menu to display the selected page in a frame instead of loading another page.
Any help would be appreciated,
deathbegins.
Well, your frame must have a name. Then just use the 'linktarget' field in the AddSubItem line in menucontext.js for that link to target that name. Let's say your frame has a name, 'main', like:
then your AddSubItem line would look something like this:HTML Code:<frame name="main" src="some.html" scrolling="auto">
Code:menu.addSubItem("webmasterid", "Dynamic Drive", "Dynamic Drive", "http://www.dynamicdrive.com/", "main");
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
genius,thanks.
if onlyall lifes problems were so easy!
Bookmarks