Top "Onbeforeunload" questions

The onbeforeunload event is triggered before a user navigates away.

onBeforeUnload not working correctly for Chrome

I've been using this code for some time and it worked fine until yesterday: window.onbeforeunload = function() { return "¡Atención! …

javascript google-chrome dom-events microsoft-edge onbeforeunload
Detecting whether user stayed after prompting onBeforeUnload

In a web app I'm working on, I'm capturing onBeforeUnload to ask the user whether he really wants to exit. …

javascript onbeforeunload
Don't have time to send get request on window unload

I want to notify the server on user closes browser window. I tried all of the $(window).bind("beforeunload", function() { $.…

javascript jquery notifications onbeforeunload onunload