JavaScript Event Handlers : HTML Body Event : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » HTML » HTML Body Event »

 

JavaScript Event Handlers




<html>
<head>
<title>Load/Unload Example</title>
   
<script language="JavaScript">
<!--

   
function checkBrowser() {
    alert("load");
}
   
function clean() {
    alert("unload");
}
// -->
</script>
</head>
<body onLoad="checkBrowser()" onUnload="clean()">
<font color="#008000">
<center><big><b>Intranet Home Page</b></big></center>
</body>
</html>

           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» HTML Body Event