Re: [PHP] OnUNload Scripts

2001-10-24 Thread _lallous
This can be done...but what if the user closes the whole browser? the frame won't work cause it will also be closed i guess! The popup window will assure that in all cases it will be poped up. "Kodrik" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > >You cou

Re: [PHP] OnUNload Scripts

2001-10-24 Thread Mak
uot; <[EMAIL PROTECTED]>; "'Impex Holidays Maldives / Hasan'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 2001 1:40 PM Subject: Re: [PHP] OnUNload Scripts > > >You could open a new window, give focus to the current window

Re: [PHP] OnUNload Scripts

2001-10-24 Thread Kodrik
> >You could open a new window, give focus to the current window, and in the > >new window, have it close itself after it's finished processing. An invisible frame is the easiest: mailto:[EMAIL PROTECTED]] > > >Sent: Wednesday, October 24, 2001 4:16 PM > >To: [EMAIL PROTECTED] > >Subject: [PHP] O

Re: [PHP] OnUNload Scripts

2001-10-24 Thread Mak
pe it helps. Mak - Original Message - From: "Jason G." <[EMAIL PROTECTED]> To: "Martin Towell" <[EMAIL PROTECTED]>; "'Impex Holidays Maldives / Hasan'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 2001 3:3

RE: [PHP] OnUNload Scripts

2001-10-23 Thread Jason G.
It may be possible to do something of the following: I know that on rollovers, Javascript can preload the images needed to rollover to... Hmm... Maybe you could have javascript load an image during the unload event with the image's src pointing to a php script... -Jason Garber At 04:51 PM

RE: [PHP] OnUNload Scripts

2001-10-23 Thread Martin Towell
>From what I can tell, the only way you can execute a PHP script is to have the browser request it. This means using the same window that the document is being "unloaded" in, or opening a new window. You could open a new window, give focus to the current window, and in the new window, have it clo