المصدر:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<أتش تي أم أل>
<الرأس>
<TITLE>قائمة النوافذ المنبثقة</TITLE>
<لغة البرمجة = "جافا سكريبت">
var oPopup = window.createPopup();
وظيفة سياق القائمة ()
{
var left = events.offsetX+10;
var top = events.offsetY+10;
oPopup.document.body.innerHTML = oContext.innerHTML;
oPopup.show(left, top, 120, 80, window.document.body);
}
</script>
</الرأس>
<body oncontextmenu = "contextMenu ()؛ إرجاع خطأ؛">
<h1>قائمة النوافذ المنبثقة</h1>
أفضل الأسعار في العالم
<div ID="oContext" style="DISPLAY: لا شيء; الخلفية: #e4e4e4; ">
<div onmouseover="this.style.background='gold'"
onmouseout="this.style.background='#e4e4e4'"
<span onclick='parent.location.href=" http://www.zol.com.cn"' >
中关村在线</span>
</div>
<div onmouseover="this.style.background='gold'"
onmouseout="this.style.background='#e4e4e4'"
<span onclick="parent.location.href='http://www.cfan.com.cn'">
جهاز كمبيوتر شخصي</span>
</div>
<div onmouseover="this.style.background='gold';"
onmouseout="this.style.background='#e4e4e4';">
<span onclick="parent.location.href='http://www.sina.com.cn'">
新浪网</span>
</div>
<div onmouseover="this.style.background='gold'"
onmouseout="this.style.background='#e4e4e4'"
<span onclick="parent.location.href='http://www.xinhuanet.com'">
新华网</span>
</div>
</div>
</الجسم>
</html>