<html>
<head>
<script type="text/javascript">
function message()
{
alert("Unload event");
}
</script>
</head>
<body onunload="message()">
</body>
</html>
<head>
<script type="text/javascript">
function message()
{
alert("Unload event");
}
</script>
</head>
<body onunload="message()">
</body>
</html>
No comments:
Post a Comment