Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logging user in and out
Message
Information générale
Forum:
ASP.NET
Catégorie:
MVC
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01597445
Message ID:
01597469
Vues:
26
>What do mean on the client side Viv ?

There's a window.onbeforeunload() event on the browser. I was thinking you could handle that and post something to the server to tell it that the user was closing the browser:
window.onbeforeunload = function(e){
    $http.post(.....);
};
but, as before, I've never tried it and don't know if it would work......
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform