Javascript Reference
Categories: window

javascript window createPopup( )

@July 16, 2009, 4 a.m.
createPopup( ) Firefox/Netscape/NN n/a IE 5.5(Win) Chrome/Safari/DOM n/a  

 

  

Opens a blank popup rectangular space that can be populated with HTML content, yet the space can extend across frame boundaries and even window borders. Scripts must assign content (not an external URL) to the popup object returned by the method. See the popup object for more details and an example of usage.

 
Parameters

None.

 
Returned Value

popup object reference.

[not a prince: Avoid using createPopup(). It's neat but browser compatibility is an issue.]
Yes, It is IE only.
javascript manual - 2009-07-16
Avoid using createPopup(). It's neat but browser compatibility is an issue.
not a prince - 2009-07-15
window.createObject()
prince - 2008-07-14

Powered by Linode.