Display a warning when leaving the site, not just the page

前端 未结 7 827
旧时难觅i
旧时难觅i 2020-12-05 20:55

This sounded like something almost impossible to do when it was presented to me. I know you can display a dialog box to confirm when leaving a web page. But is it possible t

7条回答
  •  粉色の甜心
    2020-12-05 21:10

    You can do that if you design your site as a one page web app.
    It means, a single page is loaded, then other contents are loaded dynamically using ajax.

    In that case the onbeforeunload is triggered when the user leave the page/site.

提交回复
热议问题