Thursday, 1 March 2012

Unload event code

<html>
<head>
<script type="text/javascript">
function message()
{
alert("Unload event");
}
</script>
</head>
<body onunload="message()">
</body>
</html>

No comments:

Post a Comment