การห้ามไม่ให้ผู้อ่านสามารถคลิกขวาในบล็อก


ขั้นตอนที่ 1.  เข้าสู่บล็อกแล้วเลือกที่
'การออกแบบ > องค์ประกอบของหน้า'

ขั้นตอนที่ 2.  ให้เลือกเพิ่ม Gadget แบบ 'HTML/จาวาสคริปต์'

ขั้นตอนที่ 3.  คัดลอกโค้ดด้านล่างนี้ใส่ลงไปในช่อง และกดบันทึกก็เสร็จแล้ว
<script language=javascript>
<!--
//Disable right mouse click Script
//By Being Geeks
//For full source code, visit http://www.beinggeeks.com
var message="http://anurak-it-health-beauty.blogspot.com";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
pearl<script language="JavaScript1.2" type="text/javascript">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>eus
<script language=javascript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="http://anurak-it-health-beauty.blogspot.com";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}</script>

จากนั้นเมื่อลองคลิกขวาบนหน้าบล็อกของท่านเลยครับ อิอิ ง่ายใช่ป่ะ

อย่าลืมแก้ ที่คำว่า http://anurak-it-health-beauty.blogspot.com
แก้เป็นคำที่ท่านต้องการให้ปรากฎ  จะมีอยู่ 2 จุดนะ

ไม่มีความคิดเห็น:

แสดงความคิดเห็น