Javascript / Browser / No left/ right/ center click... (IE only)
self explanatory
<!---Head--->
<script>
document.onmousedown=gotcha
function gotcha() {
thisEvent = (document.all) ? event.button : event.which
if (thisEvent==1 || thisEvent==2 || thisEvent==3) {
alert("When you do that, it makes Dr. Evil angry! And when Dr. Evil gets angry Mr. Bigglesworth gets upset. And when Mr. Bigglesworth gets upset.........PEOPLE D I E !!!")
}
}
</script>
<!---Body--->
<body onload="gotcha();">
<h1>You can't click here....</h1>
No Reviews to show
