ตั้งค่าการอ่าน

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    ►แจกโค้ดต่างๆ..นิว◄

    ลำดับตอนที่ #169 : ห้ามคลิกขวา เป็นสี

    • เนื้อหาตอนนี้เปิดให้อ่าน
    • 379
      0
      4 ต.ค. 49

    ห้ามคลิกขวา เป็นสี

    -----

    <STYLE type=TEXT/CSS>
    .skin0 {position:absolute;text-align:left;width:150px;border:3px solid สีกรอบ;background-color:สีพื้น;font-family:MS Sans Serif;font-size: 6pt;line-height:20px;cursor:help;visibility:hidden;}
    .menuitems {padding-left:5px;padding-right:5px;}
    </STYLE>
    <script language="JavaScript">

    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;
    }
    }

    </script>
    <div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5();">
    <div class="menuitems"><font color="สีอักษร"><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>

    ------
    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน

    นิยายที่ผู้อ่านนิยมอ่านต่อ ดูทั้งหมด

    loading
    กำลังโหลด...

    อีบุ๊ก ดูทั้งหมด

    loading
    กำลังโหลด...

    ความคิดเห็น

    ×