PVII Knowledge Base
Question #81
Can I trigger Menu Magic1 from another frame in a frameset?
The Answer
Prepared May. 2002 by Ken Ford, PVII SupportYes, you can trigger any menu section from a link in another frame by using this code on your null link or image in the mainFrame:
onClick="top.leftFrame.P7_trigMenuMagic1('p7menu1',1);return false"
This will trigger the first menu section in the MenuMagic1 that is contained in the leftFrame of your frameset. Of course, you will have to enter this manually in source code view.
