When I started using the 1E7 Beta version in 2006 it forced the Address Bar on every window - even those opened by JavaScript that specifically did not request it.
Recently (within the past month or two) my popup windows (those opened via JavaScript) on IE7 do not show the Address Bar any more...
To put it simply, what I'm looking for is a property on IE equivalent to "outerHeight" on NN (or some trick to calculate it).
The reason I need it is a little more complicated:
I'm doing a window.open(), then in the opened window I'm resizing it in the onLoad event. On IE, with...
IE with Windows XP SP2 unconditionally forces Status Bar to be displayed on all windows opened by window.open(). The "status" property is ignored (setting it to '0' or 'no' has no effect).
I need to know if the Status Bar is visible, because if it is, I need to add an addtional 20 or so pixels...
This one is driving me crazy!
I open a Popup window, and from that Popup window I update the opener URL like this:
opener.location.href = newurl
On all browsers I've tried (IE 4+, NN 4+), this updates the URL of the opener like it's supposed to.
However ... on Netscape 6.x or 7.x, changing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.