<div style='background-color: none transparent;'></div>

Blogsearch Backlinks

backlinks check Google

Home » , , , , » Disable Right Click In Blogger Blogs

Disable Right Click In Blogger Blogs

Hey guys today I am going to show how to disable right click on your blog. Disabling right click will keep protected your blog from copying contents and copying images etc. To disable right click you no right clickneed to add a simple JavaScript code to your blog. In this post I am giving you that JavaScript code for you to disable right click on your blog.

Also Read These Articles From Us :

How to Disable Right Click In Blogger Blogs


  • Login to your blogger dashboard.
  • Go to Layout –> Add a Gadget –> HTML/JavaScript.
  • Then the copy the below code and paste it there.
<script language=JavaScript>
<!–
var message=”No Copy Paste!“;
///////////////////////////////////
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>






  • Save.


  • You’re done.

Share this article :

No comments:

Post a Comment

 
Copyright © 2011. backlink checker . All Rights Reserved
Company Info | Contact Us | Privacy policy | Term of use | Widget | Advertise with Us | Site map
Template Modify by Creating Website. Inpire by Darkmatter Rockettheme Proudly powered by Blogger