Hi
Who knows the code to stop right clicking ?
Thanks
Adam

Hi
Who knows the code to stop right clicking ?
Thanks
Adam
I was only asking, dont post if your gonna be rude.
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus ([email protected]) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!docume nt.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>Originally Posted by aaronaz
Hi
Who knows the code to stop right clicking ?
Thanks
Adam
Thanks Nelly![]()
Well if your gona ignor good advice and make your site look n00bish as possible you may as well have some dignty and not use a rediculy huge code for such a simple task
<body oncontextmenu="return false">
replace the body tag "/
I dont know why i even both trying to give people useful advice, seeing as none one even takes notice "/
Yea it easy to get past it.
Mentor is absolutely right Right click blockers are annoying and in no way stop people ripping your stuff "/
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
yeh there just a waist of time
I hate sites with them on and end up not visiting them ever again.
LEFT
FOM & FOW
If you need me, feel free to PM me here for contact details.
Want to hide these adverts? Register an account for free!