☺ Summer Nights

And city Lights ☺

Tuesday, October 1, 2013

10:06 AM 0
Hello There, Welcome to my Blog.
Simply Follow These Step to Disable Right click first

  • Add HTML/JAVA script Gadget And paste following Code in it:
<script language=javascript>
<!--
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

  • Now Disable CTRL+U As follow
Replace <body> Tag with this code:
<body onkeydown='return false'>


  • Save Your Changes and See It Works, Please Ask if any Problem.

Newer Post
This is the last post.

0 comments