Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:39

Frames using popup()


Poster: brent __at__ exitthisside.com
Dated: Wednesday May 15 2002 - 6:10:22 BST

Hi, i would like to use frames and in the top frame i would like to have buttons using rollover graphics that use the popup() function instead of a menu as in the example.

i.e. <a href="#" target="main" onMouseOver="popup('menu1')" onMouseOut="popdn()"><img src=""></a>

Is there a way to do this so that the menu is opened in the bottom frame instead of the top frame? I tried:

onMouseOver="popup('menu1', 'target=main')"
and
onMouseOver="popup('menu1 targe=main')"

but neither worked. Any suggestions?

Thanks

Re: Frames using popup()


Poster: Andy
Dated: Friday May 17 2002 - 21:14:58 BST

Try this

pf.popup("menu1");

Let me know if it works or not and I'll take a look

Cheers
Andy

Re: Frames using popup()


Poster: brent __at__ exitthisside.com
Dated: Saturday May 18 2002 - 6:15:30 BST

Hi Andy,

Thanks, your solution worked. I just put in:
parent.main.peopup("menu1");

However, i am now experiencing a problem in Netscape 4.78 where the menus sometimes disappear even when i'm hovering over them. Is this a common problem?

you can see what i've done at http://www.capchurch.ca/temp.html

Thanks again for your help,
Brent

thanks


Poster: Hergio
Dated: Tuesday July 23 2002 - 15:21:20 BST

I just want to say thanks, I was also having the problem of trying to have menus pop up in other frames using the popup command and now my page works great. The only thing is though, I am using a three frame set up and where one of my menus shoud drop down, there is a border between frames so I've had to move my submenu over considerably. Its not that bad but I am assuming there is no way to have the menu over lap frames, correct?