Tuesday, April 9, 2013

disable rightclick for your blog

how to disable right click on your blog.
Now a days there is a big problem regarding copyright.other people copies your article and images or icons. and then they post into their website or blog.for preventing this problem i will show you how to disable right click on your blog.if any one is copying your images or article immediately report that website to the Google the Google will get actions on it faster.now for disabling the right click on your blog for the copycats you to just follow my steps.






HOW TO DISABLE RIGHT CLICK ON YOUR BLOG?

don't miss :SEO keyword density Limit

It is very easy to disable right click on your blog.you have to just copy a piece of java script code and then paste it to your html of the blog just follow the following steps.

1:Go to your blogger account and then sign in there.
2:Then go to your layout.
3:Add a gadget.
4:select HTML/java script.
5:Copy the below code and paste it to HTML/java script.

<script language=JavaScript>
<!--
var message="Right Click is disbaled!";
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>     
6:Now save the widget.open your website or blog of you will right click on the icons or the images.a pop up will appear   saying "right click is disabled".
Now that was very easy it helps for protecting your images and icons to be copied by the copycats.i hope by reading this article be use full to you if any problem regarding this article don't shy just comment below. 
  

blogger tricks, computer, disable right click on your blog

0 comments:

Post a Comment

Blogger Tricks

 

© 2011 tutorials - Designed by Mukund | ToS | Privacy Policy | Sitemap

About Us | Contact Us | Write For Us