Mega Code Archive

 
Categories / JavaScript DHTML / Event Onmethod
 

OnUnload Example

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