Re: onLostFocus and onChanged not fired if browser-window is closing

2009-02-24 Thread alex.d
Well, you can additionaly listen to the window-close event. On 24 Feb., 09:01, Danny Schimke wrote: > Hi! > > I have a textbox which should change some data by onChange. If I am closing > the browser window over it's close button ("x") the onChange and onLostFocus > is not fired. Is it possible

onLostFocus and onChanged not fired if browser-window is closing

2009-02-24 Thread Danny Schimke
Hi! I have a textbox which should change some data by onChange. If I am closing the browser window over it's close button ("x") the onChange and onLostFocus is not fired. Is it possible to solve this problem? I can not use a KeyListener, because i have to change data in one way (I need only one fi