Acquire Internet Explorer window position

Posted by Ilya on Stack Overflow See other posts from Stack Overflow or by Ilya
Published on 2010-03-17T15:48:04Z Indexed on 2010/03/17 15:51 UTC
Read the original article Hit count: 168

How do I get in Internet Explorer values equivalent to: window.outerWidth and window.outerHeight in Firefox ? I've seen some "solution": window.screenLeft and window.screenTop but it is not correct. These properties give inner dimensions.

I resize a window and I need values to use with window.resizeTo() later, to restore original size after.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about internet-explorer