PDA

View Full Version : A cross-frame menu problem..



cvele
29 Jan 2007, 03:30 AM
Hi!
I am having trouble trying to implement cross-framed menu. Submenus will be trigered by putting cursor on certain top-frame items, and they should appear in main-frame.
For now, popup menus don't appear at all!
I am using AllWebMenus software (yeah I'm lame) and I linked menu.js to top-frame.html and menu_sub.js to main-frame.html. I also inserted ID and Trigger code in proper places in top-frame.html like this:


<a href="#" id="awmAnchor-menu-gr1" onmouseover="awmShowGroup('menu-gr1',0,0,0,18);">EVENTS</a>

Please help!