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

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    CodE >> My.iD & Hi5

    ลำดับตอนที่ #11 : CodE >> คลิกขวามี popup เตือน

    • เนื้อหาตอนนี้เปิดให้อ่าน
    • 5.59K
      2
      6 ก.พ. 51

    แก้ไข ข้อความใน popup ตรงที่ไฮไลสีชมพูนะค่ะ

    <script language="JavaScript1.2">

    var clickmessage="คิดทำไรอ่ะเราเห็นนะ"

    function disableclick(e) {

    if (document.all) {

    if (event.button==2||event.button==3) {

    if (event.srcElement.tagName=="IMG"){

    alert(clickmessage);

    return false;

    }

    }

    }

    else if (document.layers) {

    if (e.which == 3) {

    alert(clickmessage);

    return false;

    }

    }

    else if (document.getElementById){

    if (e.which==3&&e.target.tagName=="IMG"){

    alert(clickmessage)

    return false

    }

    }

    }

    function associateimages(){

    for(i=0;i<document.images.length;i++)

    document.images.onmousedown=disableclick;

    }

    if (document.all)

    document.onmousedown=disableclick

    else if (document.getElementById)

    document.onmouseup=disableclick

    else if (document.layers)

    associateimages()

    </script>

    +++++++++++++++++++++++++++++++++++++

    เม้นกันด้วยนะ

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

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

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

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

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

    ความคิดเห็น

    ×