Desable Right click for Visitor Of Your Site/Blog


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

0 comments:

Post a Comment