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

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    มาตกแต่งไอดีในแบบการใส่ code&โค้ดกันเหอะ

    ลำดับตอนที่ #5 : ป้องกันการแอบดู Source Code (ป้องกันคลิ๊กขวา)

    • อัปเดตล่าสุด 3 มี.ค. 50


                </HEAD>
                        <BODY>
     
               <SCRIPT LANGUAGE="JavaScript1.2">
                // start code www.openup.50g.com
                <!--
                var popup="Sorry, Right-Click is Disabled.\n\nOpenup.50g.com Copyright (C) 2000";
                function noway(go) {
                if (document.all) {
                if (event.button == 2) {
                alert(popup);
                return false;
                }
                }
                if (document.layers) {
                if (go.which == 3) {
                alert(popup);
                return false;
                }   
                }
                }
                if (document.layers) {
                document.captureEvents(Event.MOUSEDOWN);
                }
                document.onmousedown=noway;
                // End -->
                // end code www.openup.50g.com
                </SCRIPT>
         
                        </BODY>
                        </HTML>
     

    เปลียนตรงที่  var popup="Sorry, Right-Click is Disabled.\n\nOpenup.50g.com Copyright (C) 2000";  เป็นข้องความของเรา..
    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน

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

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

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

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

    ความคิดเห็น

    ×