An event related to what you suggest is onunload . Try this code : <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>On Unload</title> </head> <body onunload='javascript:window.alert("Bye bye");'> </body> </html> I tested it with sucess on Firefox and Internet Explorer: When closing the browser, an alert says "Bye bye". Unfortunatelly, Opera failed to do this. Regards Michael Kyzyma escreveu: > Why in DOM is not entered a handler of the event of the closing the > brouser? > ------------------------------------------------------ > Best regards > Michael KyzymaReceived on Wednesday, 25 April 2007 14:49:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:59 GMT