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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -