Friday, January 2, 2015

How to Disable Right Click in website

Disable Right Click in website 



Using This Script users will be not to able right Click On Your Web Site . . .

How to Disable Right Click in website


Now Copy This Script  ( Mark all and press Ctrl+C and Copy Because Right Click Disable in my website ) 



<script language="JavaScript">
<!--
 
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://<span id="IL_AD5" class="IL_AD">www</span>.dynamicdrive.com
 
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
 
document.oncontextmenu=new Function("return false")
// -->
</script> 

Now Pest This Script On Your Web site  


I hope This Help Full For You . . . 


0 comments:

Post a Comment