When I open sev eral IE windows, some of them disappear by themselves. How can I stop this annoying and time wasting procedure?
When I open sev eral IE windows, some of them disappear by themselves. How can I stop this annoying and time wasting procedure?
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):
Also, do not issue the window.close() call for any of them before you are finished with them.Code:var variable=window.open('some.href','name','width=450, height=275');
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks