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/