BUG: Renavigation of Existing Window Through window.open Creates a New Window Under Internet Explorer 5.5 (269658)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 5.5
This article was previously published under Q269658 SYMPTOMS
When you call the window.open method on an existing window, a new window is created when you set the replace parameter to true.
RESOLUTION
To resolve this problem, you can keep track of the window handle and use the location.replace method to renavigate the window if the window already exists. When you use location.replace, you ensure that the new navigation replaces the current entry in that browser window's history.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
For more information about the window.open method, please see the following site:
For more information about the JScript typeof Operator, please see the following site:
For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:
Modification Type: | Major | Last Reviewed: | 5/11/2006 |
---|
Keywords: | kbbug kbDHTML kbnofix KB269658 |
---|
|