Re: close a window browser
Re: close a window browser
- Subject: Re: close a window browser
- From: Stephane Guyot <email@hidden>
- Date: Tue, 11 Oct 2005 19:46:51 +0200
Paolo,
you can try
window.onbeforeunload = function(event) {
try {
........ // go back to the server side ?
}
catch ()
{
.....
}
}
HTH, but i'm not sure it's really a good idea
Stephane
Le 11 oct. 05, à 16:11, Paolo Sommaruga a écrit :
when a user close a window browser it's possible to detect such event
in order to perform in a Component Action a session cleanup ? There is
some javascript which is able to react to such event ?
Regards
Paolo Sommaruga
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden