Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnUnload Example

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