Hi,
I wants to capture browser tab close event?
I got for window close event.
[CODE=javascript] if((window.even t.clientX<0) || (window.event.c lientY<0))
{
}[/CODE]
This not working for Browser Tab Close.
Anybody help me for tab close event.
Thanks in Advance
I wants to capture browser tab close event?
I got for window close event.
[CODE=javascript] if((window.even t.clientX<0) || (window.event.c lientY<0))
{
}[/CODE]
This not working for Browser Tab Close.
Anybody help me for tab close event.
Thanks in Advance
Comment