Search found 2 matches

by brent@exitthisside.com
Sat May 18, 2002 6:15 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Frames using popup()
Replies: 3
Views: 3162

Re: Frames using popup()

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 ...
by brent@exitthisside.com
Wed May 15, 2002 6:10 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Frames using popup()
Replies: 3
Views: 3162

Frames using popup()

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 ...