Mega Code Archive

 
Categories / JavaScript Tutorial / HTML Tags
 

OnUnload Example

< html>     <head>         <title>OnUnload Example</title>     </head>     <body onunload="alert('Goodbye')">         Navigate to another page or close the window.     </body> </html>