My Favorite, that I add a few things to :D
Also InfoPro I have a couple of questions for you, if you don't mind please?
Thx...Jim
---------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<script language="javascript">
<!--
function messageBox(textstring,textstringa,textstringb,textstringc,textstringd){
alert(textstring)
onClick=(textstringa)
alert(textstringa)
onClick=(textstringb)
alert(textstringb)
onClick=(textstringc)
alert(textstringc)
onClick=(textstringd)
alert(textstringd)
}
//-->
</script>
</head>
<!-- Put the below code into the BODY of your HTML document -->
<body onLoad="messageBox(' Your browser crashes on 5! ',' 4! ',' 3! ',' 2! ',' Just Kidding! ')">
<!-- END OF SCRIPT -->
</body>
</html>