Re[2]: Using context menu's in iframes within a page already using a me
2007/05/23 23:35
Viewed 5415 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;

Google