excellent! I'd attempted this, but I apparently made a typo and omitted the "document" from "parent.document". It's working great now, other than the fact that when the menu is called open now, iframe seems to reload, scrolling back up to position zero... Is there a simple way to stop it from doing that?
I'm setting the position onClick using the style top and left elements at the values of event.clientX and event.ClientY when the mouse clicks the link to open the context menu from within the iframe, if that helps (or is understandable, for that matter).
thanks.
|