Latest Posts :
Home » » How to Disable Right Click in Blog

How to Disable Right Click in Blog


Do you know what is "Plagiarism"? Plagiarism in internet means someone that copy some or all articles in blog and another website for his blog, without include the source. This can be include to steal a copyright. You can protect your blog from plagiarism by disable the right click in your blog. How? Just follow the steps below

1. Log in to your blogger account
2. Go to Design>>>Page Elements>>>Add Gadget
3. Choose HTML/Java Script
4. Copy and paste the code below

<SCRIPT language=JavaScript>
<!-- http://www.spacegun.co.uk -->
var message = "Don't Copy"; 
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; } 
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } } 
document.onmousedown = rtclickcheck;
</SCRIPT>



5. Save it
Share this post :

+ comments + 1 comments

Siva Pavan
28.4.12

Actually i am thinking to prevent data theft from my site, finally i got an answer here. this article helps me.

Thanks
Siva Pavan

Post a Comment

 
Support : Website by | Bharadwaj
Copyright © 2012. Easy Blog Tools - All Rights Reserved
Template Created by Easy Blog Tricks Published by Bharadwaj
Proudly powered by Blogger