简体   繁体   中英

window.onunload() is not working in Firefox ? works in IE?

Can anyone tell me how to fire the window.onunload event in Firefox ?

My Java Script is ,

window.onunload = function () {
        logout();
};

I need to logout the chat session when my application get closes.

Any alternative Jquery is there ?

Thanks for Jan Hančič.

I got the solution for onunload in firefox by changing the asynchronous in to synchronous call request.

And its worked well...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM