RE: [OT] JavaScript navigator close event

2002-12-03 Thread Jarnot Voytek Contr AU HQ/SC
have you tried checking window.closed (it's a boolean) in your onUnload handler? Not sure if it'll work, but worth a try. Problem is, it may not show as true until after the onUnload is done. If you're opening a new window for your app, you could always check the closed property from the parent

RE: [OT] JavaScript navigator close event

2002-12-03 Thread Emmanuel Boudrant
I just tried the window.closed flag and that don't work, it'always setted to false. Jarnot Voytek Contr AU HQ/SC lt;[EMAIL PROTECTED]gt; a écrit : have you tried checking window.closed (it's a boolean) in your onUnload handler? Not sure if it'll work, but worth a try. Problem is, it may not