Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

window.onunload is not working as expected.

more options

My Scenario .

On Close of the browser/ tab / refresh the tab we need to execute the piece of code.

All my code is in window.onbeforeunload which used to work in previous version of firefox .

But with the latest version code is executing only on closing the tab but not in the browser close or refresh . So i kept return statement in the window.onbeforeunload and all the code in the window.onunload . Now on click on the Leave this page it should call window.onunload and execute the code but in firefox it is not working like this. can you please provide me work around or solution for this.

Thanks alot.

My Scenario . On Close of the browser/ tab / refresh the tab we need to execute the piece of code. All my code is in window.onbeforeunload which used to work in previous version of firefox . But with the latest version code is executing only on closing the tab but not in the browser close or refresh . So i kept return statement in the window.onbeforeunload and all the code in the window.onunload . Now on click on the Leave this page it should call window.onunload and execute the code but in firefox it is not working like this. can you please provide me work around or solution for this. Thanks alot.

Zvolené řešení

Call Firefox using a batch file, and have your code in the batch after Firefox.

Přečíst dotaz v kontextu 👍 1

Všechny odpovědi (2)

more options

Zvolené řešení

Call Firefox using a batch file, and have your code in the batch after Firefox.

more options

please suggest if any other approaches we cannot use the suggested approach... or please let us know if this is bug in latest version so that will wait till it get resolved ... thanks