Is it possible to get the width and height of a popup Windows from JS running in that window? We use IE6 at work.
I tried innerwidth and outerwidth, but IE doesn't recognize either.
Is it possible to get the width and height of a popup Windows from JS running in that window? We use IE6 at work.
I tried innerwidth and outerwidth, but IE doesn't recognize either.
Found "document.body.clientWidth" and ".clientHeight" which I can work with.
Bookmarks