Skip to content Skip to sidebar Skip to footer
Showing posts with the label Onunload

Check If Changes Saved Before Unload

I have the following JavaScript EDIT: included assignments for changesSaved var changesSaved = tru… Read more Check If Changes Saved Before Unload

Javascript + Onunload Event

I want to fire onunload event to do some clean up operations, I have multiple tabs(Navbar) showing … Read more Javascript + Onunload Event

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('b… Read more Don't Have Time To Send Get Request On Window Unload

Why Js Onunload Is Invoked When Popup Page Opens?

According to the documentation (I'm only using Firefox) : https://developer.mozilla.org/en/DOM/… Read more Why Js Onunload Is Invoked When Popup Page Opens?

Disable Browser OnUnload On Certain Links?

I am working on a Web Hosting panel which has a DNS records manager. I have to use a lot of JavaSc… Read more Disable Browser OnUnload On Certain Links?