คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #12 : ::; C o D e ค ลิ ก ข ว า แ ล้ ว มี แ ผ่ น ข้ อ ค ว า ม อ อ ก ม า ;::
<STYLE type=TEXT/CSS>
.skin0 {position:absolute;text-align:left;width:180px;border:5px
solid 000000;background-color:000000;font-family:System;font
-size: 4pt;line-height:20px;cursor:help;visibility:hidden;}
.menuitems {padding-left:5px;padding-right:5px;}
</STYLE>
<script language="JavaScript">
<!-- Begin
var menuskin = "skin0";
var display_url = 0;
function showmenuie5() {
var rightedge = document.body.clientWidth-event.clientX;
var bottomedge = document.body.clientHeight-event.clientY;
if (rightedge < ie5menu.offsetWidth)
ie5menu.style.left = document.body.scrollLeft + event.clientX -
ie5menu.offsetWidth;
else
ie5menu.style.left = document.body.scrollLeft + event.clientX;
if (bottomedge < ie5menu.offsetHeight)
ie5menu.style.top = document.body.scrollTop + event.clientY -
ie5menu.offsetHeight;
else
ie5menu.style.top = document.body.scrollTop + event.clientY;
ie5menu.style.visibility = "visible";
return false;
}
function hidemenuie5() {
ie5menu.style.visibility = "hidden";
}
function highlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "black";
event.srcElement.style.color = "yellow";
if (display_url)
window.status = event.srcElement.url;
}
}
function lowlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "black";
event.srcElement.style.color = "yellow";
window.status = "";
}
}
function jumptoie5() {
if (event.srcElement.className == "menuitems") {
if (event.srcElement.getAttribute("target") != null)
window.open(event.srcElement.url,
event.srcElement.getAttribute("target"));
else
window.location = event.srcElement.url;
}
}
// End -->
</script>
<div id="ie5menu" class="skin0" onMouseover="highlightie5()"
onMouseout="lowlightie5()" onClick="jumptoie5();">
<div class="menuitems"><font color="ใส่สี">
<center><b>(*J) e L z *</b></center>
<center><b>ลูกไคอะ สันดาน</b></center>
<center><b>ชิ
ช้ะ</b></center></font></div>
</div>
<script language="JavaScript">
if (document.all && window.print) {
ie5menu.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;
}
</script>
ความคิดเห็น