I want to use onbeforeunload to give a message to users before leaving certain pages.
Is it possible to know which URL they are supposed to jump to at the onbeforeunload event?
I want to use onbeforeunload to give a message to users before leaving certain
Share
No, definitely not. The
onbeforeunloadevent tells you only that the page is about to be unloaded, but not why.