Coming and Going

Script by Joe Burns

      Here's a nice simple one. All you have to do is paste this to your page where you normally put the body command. You'll get a message box when the person comes in and another when they leave.

     You can change the messages that come up by changing the messages in the script. Just make sure to leave the single and double quote marks in place. It's so short, cut and paste it right from here:

<BODY BGCOLOR="######" onLoad="alert('Welcome to the page!');"
onUnload="alert('Thanks for coming');">

Get it all on one line...

Back to the Alert Scripts