I need to prompt a user to save their work when they leave a page. I\'ve tried onbeforeunload but I need to show a styled prompt not the usual dialog box. Facebook has manag
The selected answer is good but I still had to dig around for the details. If you want to use the onbeforeunload event, here's some sample code: