'onUnload' Example : onUnload « Event onMethod « JavaScript DHTML






'onUnload' Example

    
<html>
<body onunload="alert('Exiting the page!')">
</body>
</html>

    
      
      

Related examples in the same category