View Single Post
  #2 (permalink)  
Old 08-04-03, 04:54 AM
Henry's Avatar
Henry Henry is offline
Wannabe Coder
 
Join Date: Jul 2003
Location: Brisbane, Australia
Posts: 218
Thanks: 0
Thanked 0 Times in 0 Posts
ok i this is a warning sorta message might be what u want:

<html>
<head>

<script type="text/javascript">
function mymessage()
{
alert("This message was triggered from the onunload event")
}
</script>
</head>

<body onunload="mymessage()">

<p>close this window and watch the warning box come up!</p>
</body>

</html>
__________________
henerz
Reply With Quote