Re: [PHP-DB] finding out if a user left our website ?

2010-08-27 Thread Vinay Kannan
Thank you everyone window.onunload() function works perfect, thats what I was looking for !! Thanks, Vinay Kannan. On Thu, Aug 26, 2010 at 3:24 AM, kesavan trichy rengarajan wrote: > Have a look at this: https://developer.mozilla.org/en/DOM/window.onunload > >

RE: [PHP-DB] finding out if a user left our website ?

2010-08-25 Thread Daevid Vincent
To: Vinay Kannan > Cc: PHP DB > Subject: Re: [PHP-DB] finding out if a user left our website ? > > Have a look at this: > https://developer.mozilla.org/en/DOM/window.onunload > > <https://developer.mozilla.org/en/DOM/window.onunload>But, as someone > pointed out a f

Re: [PHP-DB] finding out if a user left our website ?

2010-08-25 Thread kesavan trichy rengarajan
Have a look at this: https://developer.mozilla.org/en/DOM/window.onunload But, as someone pointed out a few days ago, please do not post stuff that is not related to PHP DB. On Thu, Aug 26, 2010 at 6:32 AM, Vinay Kannan wrote: > Hello Guys,

Re: [PHP-DB] finding out if a user left our website ?

2010-08-25 Thread Karl DeSaulniers
I think you can do that with window.focus in javascript. Karl On Aug 25, 2010, at 3:32 PM, Vinay Kannan wrote: Hello Guys, Wanted to know if there is a way for us to find out, when a user moves away from our website( closing the window and entering a different url in the address bar )

RE: [PHP-DB] finding out if a user left our website ?

2010-08-25 Thread Daevid Vincent
> -Original Message- > From: Vinay Kannan [mailto:viny...@gmail.com] > > Wanted to know if there is a way for us to find out, when a > user moves away > from our website( closing the window and entering a different > url in the address bar ) > > closing the window i guess, we could use