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

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    ★•สัพเพเหระ เชิญได้ที่นี่ วู้ว~•★

    ลำดับตอนที่ #7 : Code ::: ป้องกันการ save ภาพ!!

    • อัปเดตล่าสุด 2 ส.ค. 52


    <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[i].onmousedown=disableclick;
    }

    if (document.all)
    document.onmousedown=disableclick
    else if (document.getElementById)
    document.onmouseup=disableclick
    else if (document.layers)
    associateimages()
    </script>




    *--------------------------------------------------------------------------------------------------------------*

    เป็นโค้ดดิบนะ  แต่ถ้าใครต้องการเป็นโค้ดสุก ก็สามารถบอกได้นะ

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

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

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

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

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

    ความคิดเห็น

    ×