Is there a clean way to capture the browser closing event in NN 6.0 & IE 4.0+. I tried the "onunload()" method which
also gets called when the user unloads a page and not closes the browser. There is no way to differentiate between the two events. Why dosen't Javascript have an onClose() event that will trap browser closing?
also gets called when the user unloads a page and not closes the browser. There is no way to differentiate between the two events. Why dosen't Javascript have an onClose() event that will trap browser closing?