Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Thalhuber
  • Content: Threads
  • Order by date
  1. Thalhuber

    IE7 Address Bar on Popup Windows

    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...
  2. Thalhuber

    How can I find the actual browser window size in IE?

    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...
  3. Thalhuber

    How can I detect status bar visibility in IE?

    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...
  4. Thalhuber

    Updating location.href on Netscape 6/7 does not add to history stack

    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...

Part and Inventory Search

Back
Top