Top "Onunload" questions

OnUnload message needed for external links

I need a message script that will only come up when people are leaving the current webpage and not the …

javascript message onunload
Best way to detect browser closing/navigation to other page and do logout

I am writing an application in GWT and I need to detect when a user navigates away from my application …

javascript gwt logout onunload
confirm before onbeforeunload

I need to prompt the user before he leaves the page, on confirmation close the tab and if not do …

javascript jquery html onbeforeunload onunload
How to trigger onunload event when removing iframe ?

How can the iframe's unload event be triggered when removing it? Using the code below, when removeChild(iframe) is called, …

iframe triggers removechild onunload
cross-browser Onunload and Onbeforeunload ? (particularly opera 11)

I have a form and I must notice user with alert() on exiting page while there are data in the …

javascript forms cross-browser opera onunload
JavaScript + onunload event

I want to fire onunload event to do some clean up operations, I have multiple tabs(Navbar) showing multiple links …

javascript onunload
location.href does not work in chrome when called through the body/window unload event

Javascript - document.location or window.location or window.location.href or location.href does not work in Google Chrome 6 …

google-chrome window.location onunload window.onunload
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