Prompting user to save when they leave a page

前端 未结 3 2007
自闭症患者
自闭症患者 2020-12-28 19:21

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

3条回答
  •  长发绾君心
    2020-12-28 19:58

    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:

    
    

提交回复
热议问题