سؤال

How to overwrite page onunload event in javascript witha custom dialog ? Please suggest.

This question has been asked many times but I was unable to find a proper solution.

هل كانت مفيدة؟

المحلول

You can do this <body onunload="myFunction()"> in your html file, and put your custom stuff into the myFunction. You can do many cool things like this, a list can be found here.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top