Click to See Complete Forum and Search --> : window position in IE


Patrick O'Connell
11-22-2000, 03:34 PM
Does anyone know how to read the current window position (not object) on the
screen in IE?

Bernie
11-23-2000, 07:29 AM
"Patrick O'Connell" <patrick@msinteractive.com> wrote:
>
>Does anyone know how to read the current window position (not object) on
the
>screen in IE?
>
>

window.screenTop
window.screenLeft

relative to de inner positions of the window document, not the browser.

bernie.