To detect if the user is closing the IE browser apart from onunload event, as it is triggerred when
- by AndAars
hi,
After being through numerous forums available on the net for last 5 days, I am still not able to completely track down the browser close event. My requirement is to generate a popup message, when user tries to close the browser.
I have called my javascript function on body 'onbeforeunload' event. And I have hardcoded the conditions to check…