window.onbeforeunload not working
问题 I have a form where the input fields are saved onChange. In firefox (5) this works even when the window is closed, but for Chrome and IE it doesn't and I need to be sure that I'm saving this data even if they try to close the window after they've typed in a field but an onBlur event hasn't occured (ie they've typed something into a textbox, but haven't tabbed out of it). I have read the following SO articles on using window.onbeforeunload: article 1 article 2 if I use the following: window