javascript window createPopup( )
| createPopup( ) | NN n/a IE 5.5(Win) 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. |
|
Previous: javascript window detachEvent( )

Yes, It is IE only.