Forum Moderators: open
THE PROBLEM.... When the script is called from the third party site window/frame within the main window, it's using the child (content) frame/window's properties and displaying the popup menu incorrectly.
NEED TO KNOW...
To get the properties of the main window so I can display my popup menu based on them, not the child window's properties. EXTRA INFO: I'm working in an enterprise J2EE environment. We use collections of jsp's displayed in one html page.
I ALREADY TRIED THIS...
parent.document.body.scrollTop
parent.parent.document.body.scrollTop.
top.document.body.scrollTop.
window.document.body.scrollTop