Summary: This useful article teaches you that how you save your blogger contents from theft and also described step by step suggestions and tips and also prepared useful code in this regard
By this useful article you teach that how you save your free blog blogger contents from theft and illegally copy and paste. I have checked that lot of new bloggers want to try copying and pasting contents of your blogger blog accordingly. This is impossible to stop this but now I guide you through one useful code that how you save your blogger blog contents. Now see the small trick that will stop your visitors and readers in this regard. Someone with experience may be familiar with a method about this trick but now this article unveiled all secrets. This trick is very easy some one want to copy with right click of mouse when a message appeared that “ copy is not allow”, now this is your own choice you can change your message according your choice.Now you say that how it is possible now see the following step by step suggestions and tips that how you save your blogger contents from theft. Before doing this please see the following instructions.
1. First go to www.blogger.com and then Dashboard, Design and Add a Gadget and it is necessary that scroll down, HTML/JavaScript and now paste the following code in HTML/JavaScript.
<script language="JavaScript"><!--
//Disable right mouse click Script
//Provided by http://www.teachblogspot.blogspot.com/
var message="Copy is not allowed, please contact our team!";
///////////////////////////////////
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>
2. In view of the above code test it now select any paragraph of your blogger post and press right click try to copy the same paragraph the message will be appeared like shown in the above code in green colors and change it according your choice.