How can I override the OnBeforeUnload dialog and replace it with my own?

前端 未结 11 2185
一生所求
一生所求 2020-11-21 06:14

I need to warn users about unsaved changes before they leave a page (a pretty common problem).

window.onbeforeunload=handler

This works bu

11条回答
  •  没有蜡笔的小新
    2020-11-21 07:11

     
    

    refer from http://www.codeprojectdownload.com

提交回复
热议问题