Acquire Internet Explorer window position
- by Ilya
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.