body tag onStop event handler (IE) : body : HTML Tags JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » HTML Tags » body »

 

body tag onStop event handler (IE)

















<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
function stopped()
{
    alert("Hey, don't go");
}
//  -->
</script>
</head>
<body onstop="stopped()">

</body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo HTML Tags
» body