Thank you very much for following up!
When I originally looked at the link on your reply, I missed a key paragraph. The issue was that the
"Allow websites to open without address or status bars"
option in the Security settings for my IE7 browser was set to "Enable" (for Internet and Local...
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...
Thanks for the prompt reply ...
I researched this further ... the Status Bar gets automatically (unconditionally) added to the opened window when you access a web site on a different server - unless you explicitly add that web server to the list of "Trusted" sites in your browser.
I've seen...
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 is a response to my own question. Hopefully this may help someone else avoid the frustration I went through to isolate this.
There definitely is a difference (Netscape bug) between IE (any level) and Netscape 6 or higher.
I have an environment with lots of Popup windows that communicate...
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.