Re[9]: Context menu and main menu
2006/03/31 10:43
Viewed 21048 times
Replies: 0/0

Hi,

I have an equal problem running a main menu in the main frame and a context menu needed in an iframe. in the main html file. Using the onload function for id="menu" and inside an iframe placed on the main html file, i also load a menu using the onload function for id="contextMenu". It will run into a conflict. the context menu will be loaded and than a javascript error will occur "Error: menu element not found". The main menu won't be loaded. If i use the same name for both menu's, the main menu will be loaded empty into the iframe instead of the mainframe???
Isn't it possible to use diffrent menus in diffrent frames???

Google