ลำดับตอนที่ #5
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #5 : ป้องกันการแอบดู Source Code (ป้องกันคลิ๊กขวา)
</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"; เป็นข้องความของเรา..
<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"; เป็นข้องความของเรา..
เก็บเข้าคอลเล็กชัน
ความคิดเห็น