Hi,
you can use: window.onunload function()
In this function you can add an AJAX that sends a server request that
the user left.
I used it for administration and it worked in 80% of cases - sometimes
the request is just not sent.
Martin
Thanks,
Vinay Kannan.
On Thu, Aug 26, 2010 at 3:24 AM, kesavan trichy rengarajan <k...@trk7.com>wrote:
> 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 few days ago, please do not post stuff that is not related to
> PHP DB.