View Full Version : IE windows disappearing
well being by design
12-08-2005, 05:13 PM
When I open sev eral IE windows, some of them disappear by themselves. How can I stop this annoying and time wasting procedure?
jscheuer1
12-08-2005, 05:25 PM
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):
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.
Powered by vBulletin® Version 4.2.2 Copyright © 2022 vBulletin Solutions, Inc. All rights reserved.