PDA

View Full Version : Need help with animated menu loading in iframe


Sirocco
05-22-2004, 08:54 PM
I am currently building a site, and am using a dhtml menu. I also have an iframe on the page, and i want to make it so that every link that is clicked on from the menu loads in the iframe. I am having a tremendous amount of trouble with this. The page is at www.geocities.com/siroccoband/index.htm
if anyone could take a look and give me some help.
You should be able to get the .js files from the links on the page editor.
Thanks
-J

agent002
05-23-2004, 08:31 AM
Hi Sirocco, and welcome to HTMLForums! :)
The menu code isn't especially readable... if you view the first two .js files the page includes, you'll see what I mean. But in the config file, nav_temp.js, you have code like:
ajmenu1.addItems('Contact', '');
where you could try putting the iframe's name in the second argument, in case that argument is meant for specifying the target.

Sirocco
05-23-2004, 12:24 PM
Cool, thanks for the reply. Suppose thats what I get for taking the easy way out with a generator, lol