Is it possible to redirect to another page when the user closes the browser?
Attempts:
I tried onunload, does not work
window.onunlo
The simple answer is no. If browsers allowed you to do more with the onbeforeunload/onunload events, this could be used pretty maliciously by anybody.