Javascript Reference - Window createPopup() Method








The createPopup() method can create a pop-up window.

Browser Support

Window createPopup No Till 10.0 No No No

The createPopup() method is an IE-only method, and does not work in other browsers!

As of Internet Explorer 11, the createPopup() method is no longer supported.

Syntax

window.createPopup()

Return Value

A String type value representing the created popup window.