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

Opening Another Window In Javascript When User Presses X On Browser

I understand this question has been asked and either answered or rejected before, but i promise i h… Read more Opening Another Window In Javascript When User Presses X On Browser

Jquery Unload With An Ajax Call Not Working In Chrome

This is my very simple code snippet: $(window).unload(function() { $.ajax({ url… Read more Jquery Unload With An Ajax Call Not Working In Chrome

Onbeforeunload Confirmation Screen Customization

Is it possible to create a custom confirmation box for the onbeforeunload event in a browser? I tri… Read more Onbeforeunload Confirmation Screen Customization

How To Trigger Onbeforeunload With Back Button In An Ajax Based Application?

I have an ajax based application (ie no page 'reloads` when getting new data). Initially I wa… Read more How To Trigger Onbeforeunload With Back Button In An Ajax Based Application?

Onbeforeunload And Onunload Getting One To Work After The Other

I am having some trouble with the on before unload and the unload method. I thought i set the code … Read more Onbeforeunload And Onunload Getting One To Work After The Other

Problems With Onbeforeunload

I have problem with onbeforeunload and preventing user from exit the page: When user want to exits … Read more Problems With Onbeforeunload

Return Confirm In Javascript

I have problem with return confirm in Chrome. In Firefox it is ok. window.onbeforeunload = function… Read more Return Confirm In Javascript

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

Activating Onbeforeunload Only When Field Values Have Changed

What I'm trying to achieve is to Warn the user of unsaved changes if he/she tries to close a pa… Read more Activating Onbeforeunload Only When Field Values Have Changed