Re: Re: pulling script in interval of second.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1 July 2014 22:02, Tim Streater <tim@xxxxxxxxxxxxxxxx> wrote:

> On 01 Jul 2014 at 21:31, hadi <almarzuki2011@xxxxxxxxxxx> wrote:
>
> > I already tried onbeforeunload and unload event. But the problem when
> user
> > change the page or navigate to different page code will be executed.
>
> In your onbeforeunload event handler, you should make a synchronous ajax
> request to your PHP script (or another script). If you do an asynchronous
> ajax request, the page unloads and apache will kill the PHP script. With a
> synchronous request, the page stays until the PHP script completes.
>

That's not his issue; he's already got that covered - see the code he's
previously posted to the list. He's talking about internal links within the
site also triggering the onbeforeunload as well as external links.

-Stuart

-- 
Stuart Dallas
3ft9 Ltd
http://3ft9.com/

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux