2012-04-19 3 views

답변

0
$(window).bind('beforeunload', function(){ 
    // Do your AJAX call here to set it to offline 
});