Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

PRB: Internet Explorer Pop-Up Window Does Not Appear in Internet Explorer 5


View products that this article applies to.

This article was previously published under Q251132

↑ Back to the top


Symptoms

The Internet Explorer Popup Window control (Iepopwnd.ocx) does not appear correctly in Internet Explorer 5.

↑ Back to the top


Cause

Iepopwnd.ocx is a legacy control, and it is no longer supported or distributed with Internet Explorer.

↑ Back to the top


Resolution

There are a number of alternatives that you can use to achieve this functionality:
Window.open - You can use the window.open method to open a new instance of the browser with a specific URL, size, and feature set.
HTML dialogs - You can use the window.showModalDialog and window.showModelessDialog methods to open dialog boxes that display an HTML page.
DHTML pop-up Windows - You can use DHTML and scripting to programmatically hide/show DIV tags to simulate pop-up windows.
Pop-up object - Beginning with Internet Explorer 5.5, you can use the window.createPopup method to dynamically create pop-up windows. You can then manipulate the HTML content and visibility of these windows through script.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


Keywords: KB251132, kbprb, kbnofix, kbctrl

↑ Back to the top

Article Info
Article ID : 251132
Revision : 5
Created on : 10/26/2007
Published on : 10/26/2007
Exists online : False
Views : 390