Article ID: 884768 - Last Review: October 11, 2004 - Revision: 1.2 BUG: You cannot close an Internet Explorer window by using the window.setTimeout(window.close,1) method in Windows XP Service Pack 2On This PageSYMPTOMS When you click a hyperlink that is designed to
close a Microsoft Internet Explorer window, the Internet Explorer window does not
close. This problem occurs in Microsoft Windows XP Service Pack 2. CAUSEThe hyperlink uses the window.setTimeout(window.close,1) method to
close the Internet Explorer window. WORKAROUNDTo work around this problem, use
the window.setTimeout("window.close()", 1) method or the window.close() method to close the Internet Explorer window. You can use the following code sample to demonstrate the workaround. STATUS
Microsoft has confirmed that this is a bug in the Microsoft products that are
listed in the "Applies to" section. MORE INFORMATIONSteps to reproduce the problem
| Article Translations
|
Back to the top
