Disable Right click for Visitor Of Your Site/Blog
Content is free. When you buy through links on my site, I may earn affiliate commission. Learn More.

Just Copy Paste below code to your site:
1. Html Body code:
<body onmousedown="return false" oncontextmenu="return false" onselectstart="return false">
2. Java script code:
<script language=javascript>
var message = "function disabled";
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>
Download source:
http://fileml.com/1jjM2
http://hotfile.com/dl/111174890/d69b474/right-click-desabled.txt.html
No comments: