Log in

View Full Version : HV Menu - frames again!



emg456
01-14-2005, 03:34 PM
Script: HV Menu

http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm

-----

Hi all. I have read through the forum and seen this come up a few times - wondered if anyone knows of a definitive answer.

I am trying to use HV Menu accross two frames. Have followed the instructions and it all looks good at the root level.
As soon as you follow a link, the sub level menus do not show in the target frame and the top level menu does not respond to mouseovers. The top level menu still works for clicks, but the only way to bring back all functionality is to press refresh on the browser.

Any ideas or should I go and look at a different menu?

Cheers

Ed

Iris Nemhauser
01-19-2005, 05:42 PM
Try putting the following code in the HTML <body > tag of the target page:

onload="javascript:{if(parent.frames[0]&&parent.frames['navmenu'].Go)parent.frames['navmenu'].Go()}"

It worked for me. The download should have a file that instructs you to do this.

Iris Nemhauser
01-19-2005, 05:43 PM
"navmenu" is the name I gave to my navigation menu. You have to substitute yours.