最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

show Method

Internet Development Index

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>
<head>
<SCRIPT LANGUAGE="JScript">
var oPopup = window.createPopup();
function window_onload() {
var oPopupBody = oPopup.document.body;
oPopupBody.style.backgroundColor = "lightyellow";
oPopupBody.style.border = "solid black 1px";
oPopupBody.innerHTML = "Display some <B>HTML</B> here.";
oPopup.show(100, 100, 200, 50, document.body);}
</SCRIPT>
</head>
<body onload="window_onload();">
</body>
</html>

Standards Information

There is no public standard that applies to this method.

Applies To

popup

See Also

Using the Popup Object, createPopup, hide, document, isOpen
县级市| 汕头市| 南川市| 富宁县| 崇州市| 调兵山市| 吴堡县| 婺源县| 松江区| 高清| 天台县| 镇原县| 巴彦县| 江达县| 元氏县| 西城区| 绍兴市| 雷州市| 长沙县| 盐源县| 彭州市| 尼木县| 金川县| 郓城县| 贡嘎县| 犍为县| 韶山市| 江山市| 达拉特旗| 桦川县| 阳城县| 马龙县| 阳东县| 永州市| 如皋市| 霍城县| 青岛市| 南木林县| 当阳市| 芦溪县| 青川县|