Java Applet.... No Right Click!

back to newsletter

Substitute your own message for the Red text.....'Copy, and paste between the head tags of your page or pages'

<!--webbot bot="HTMLMarkup" startspan --><!--webbot bot="HTMLMarkup" startspan --><script language="Javascript1.2"> 
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

var mymessage = "Sorry, but you can't do that!.";

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
}

function rtclickcheck(keyp){

  if (document.layers && keyp.which != 1) {
    alert(mymessage);
    return false;
  }
 

  if (document.all && event.button != 1) {
    alert(mymessage);
    return false;
  }
}

document.onmousedown = rtclickcheck
//-->
</script>
<!--webbot
bot="HTMLMarkup" endspan --></center>
<!--webbot
    bot="HTMLMarkup" endspan -->