snippet library logo
in category
Javascript / Browser / No left/ right/ center click... (IE only)
Snippet details
ID: 486
Viewed: 1288
Added: 2002-09-03
Version:
View Demo

User Rated at:
Rate This:
Snippets in this catagory         
Show Printable Version
self explanatory

General Details
Snippet uploaded by: Dr. Web
Email : harbor31@hotmail.com
Snippet By: Dr. Web

<!---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


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.