Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel





seo How To Disable Right Click In Blogger/Blogspot Blogs 2013

Seo Master present to you:
AOA:
This Tutorial We Learn how protect and Disable Right Click Your Blogger and Blog being copied.Mostly Do not Try own writing and trying To copy articles other Website.So Will share With You How You can protect your Articles.Its simple Script only save in html java script.Its realy Simple Script you Can Away for Copywrite You Articls and post.Because some Time we Spent Lot of Time For Writing this Articls and copywriters just in Few Seconds Copyes From Your Blog and Websites.its important protect your Blogger and Website.its A big mistacke people Do Not try own Writing and used Copywrites Articales.search engine Do not support you in index your articales.Tips & tricks.When they Try For Copy And Right Clock on The Post Area But It Not working on the articles Area.save Your Post And Articles.And When they Try Right Click Misage Will Appeare “Function disabled".




How to Disable right click on your Blogger/blog? 



  • Go to >> Blogger login
  • Go to >> Layout >> Add a Gadget >> Select HTML/JavaScript Widget
  • Now copy code and paste inside HTML/JavaScript.

<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Being Geeks
//For full source code, visit http://www.beinggeeks.com
var message="Function Disabled!";
///////////////////////////////////
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>

When you Try to Right Clock on the post message Appeare “Function disabled"





2013, By: Seo Master

Labels: ,



Leave A Comment:

Powered by Blogger.