Disable Right Click On Website

Recent Searches have shown that Disabling right Click option is becoming common on various copyright protected sites.
You can protect your date from being copied in different ways. If you are new in field of blogging the you can use Copyscape to protect your data from plagiarism (From Coping) .
More over there are various Tools /JavaScript that can help you to create your content more secure from stealers. They are as follow:

1.Right Click Disabling JavaScript for Page:


Use the script below so that when some one right click on your site, he or she get a prompt message that site is copy protected.
It`s not so much effective if a copier is a professional as its really easy to copy contents even after disabling right click.

  • Just Copy this JavaScript and paste it just above the </Head> Tag. (Head tag)
  • You can also try  it posting in the the HTML WIDGET



<script language=javascript>
var message = "YOUR TEXT HERE"; 
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>
It will Show you a A dialog Box Showing the Text You type
Let me know of any error


Tags:
Profile pic

About author

is a 18 years old just new in this field and tried to help you in all ways.This blog covers latest apps,gadgets,songs,and mostly every field.I greatly appreciate if you contribute for this blog read more