Results 1 to 2 of 2

Thread: IE windows disappearing

  1. #1
    Join Date
    Oct 2004
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IE windows disappearing

    When I open sev eral IE windows, some of them disappear by themselves. How can I stop this annoying and time wasting procedure?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    As you are opening them, don't call any of them by the same name or assign any of them the same variable as any that you've already opened or that are already open. Ex (to show typical placement of variable and name assignment in the window.open() method):

    Code:
    var variable=window.open('some.href','name','width=450, height=275');
    Also, do not issue the window.close() call for any of them before you are finished with them.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •