Home | Top | Website design | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Displays the pop-up window on the screen.
Syntax
popup.show( iX , iY , iWidth , iHeight [ , oElement ] )Parameters
iX | Required. Integer that specifies the x-coordinate of the pop-up window, in pixels. |
iY | Required. Integer that specifies the y-coordinate of the pop-up window, in pixels. |
iWidth | Required. Integer that specifies the width of the pop-up window, in pixels. |
iHeight | Required. Integer that specifies the height of the pop-up window, in pixels. |
oElement | Optional. Object that specifies the element to which the x,y coordinates are relative. If none is given, the x,y coordinates are relative to the desktop, where (0,0) is the upper left corner. |
Return Value
No return value.
Example
The following example shows how to use the show method to create and display a pop-up window.
<html>
Standards Information
There is no public standard that applies to this method.
Applies To
|
popup |
Home | Top | Website design | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |