Re: Using context menu's in iframes within a page already using a me
2007/05/23 20:59
Viewed 4284 times
Replies: 1/1

I am having the same issue. I have a menu in the main frame and one in an iframe on the same page. It appears that when the main menu is loading it is accessing the javascript files in the iframe. Since the <li> elements aren't accessible from within the iframe the 'error menu element not found' alert pops up. I have tried various workarounds but so far nothing seems to work. It looks like a patch may have been provided to fix this issue, is the patch available on the website? I would appreciate any suggestions. Thanks.

Re[2]: Using context menu's in iframes within a page already using a me
2007/05/23 23:35
Viewed 6005 times
Replies: 0/0

I found a fix but it required modifying the hmenu.js file.

I changed the line:

_dynarch_top=window.parent;

to:

_dynarch_top=self;

last
Google