The script is as follows....
<script language=JavaScript>
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit
http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!docum ent.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.oncontext menu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
This is a *silent* version of the script. Please keep in the copyrite notice.
The no right click script is useful for stopping less-able net users from stealing things, but...with the advent of XP, you can simply roll a mouse over the image, and save it from there.
The scripts are becomming less and less useful, because people can roll over and save, or get to whatever they want through view --> source, if they're prepared to search around for a while for the right graphics link.
hope this helps a little...
