ตัวอย่าง:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<หัว>
<TITLE>ป๊อปอัป对象实现右键菜单</TITLE>
<ภาษาสคริปต์ = "จาวาสคริปต์">
var oPopup = window.createPopup();
ฟังก์ชั่นบริบทเมนู()
-
var ซ้าย = event.offsetX+10;
var ด้านบน = event.offsetY+10;
oPopup.document.body.innerHTML = oContext.innerHTML;
oPopup.show (ซ้าย, บน, 120, 80, window.document.body);
-
</สคริปต์>
</หัว>
<body oncontextmenu="contextMenu(); return false;">
<h1>ป๊อปอัป对象实现右键菜单</h1>
单击鼠标右键查看效果
<div ID="oContext" style="DISPLAY: none; พื้นหลัง: #e4e4e4; ">
<div onmouseover="this.style.พื้นหลัง='ทอง'"
onmouseout="this.style.พื้นหลัง='#e4e4e4'"
<span onclick='parent.location.href=" http://www.zol.com.cn"' >
中关村在线</span>
</div>
<div onmouseover="this.style.พื้นหลัง='ทอง'"
onmouseout="this.style.พื้นหลัง='#e4e4e4'"
<span onclick="parent.location.href='http://www.cfan.com.cn'">
电脑爱好者</span>
</div>
<div onmouseover="this.style.พื้นหลัง='gold';"
onmouseout="this.style.พื้นหลัง='#e4e4e4';">
<span onclick="parent.location.href='http://www.sina.com.cn'">
ใหม่</span>
</div>
<div onmouseover="this.style.พื้นหลัง='ทอง'"
onmouseout="this.style.พื้นหลัง='#e4e4e4'"
<span onclick="parent.location.href='http://www.xinhuanet.com'">
ใหม่华网</span>
</div>
</div>
</ร่างกาย>
</html>