asp.net - Onbeforeunload doesn't work on Safari and Google Chrome -
i'm using onbeforeunload call function when user leaves page. works fine ie , firefox, not safari , google chrome. there solution or alternative option?
thanks
i using event call web method, , not supported in safari. because safari doesn't support asynchronous request server. address found way call web method using jquery , set (async) property false. link might http://encosia.com/using-jquery-to-directly-call-aspnet-ajax-page-methods/
Comments
Post a Comment