<head> <script> function salida() { alert("Adios!!") } </script> </head> <body onUnload="salida()"> ... ... </body>