Javascripts > Javascript Alerts > Any Click Alert
Script Title: Any Click Alert
Description: Creates an alert message when any button is clicked. Works for left or right mouse clicks.
Example: Available
Copy the following code into your <HEAD></HEAD> tags.<script language="javascript"> function stayaway() { alert("Are you trying to steal my HTML, mister?\rWell, back off! Don't make me call security!") } </script>
Copy the following code INTO your <BODY> tag.<body onMousedown="stayaway()">
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email