js:
function checkLeave() {
event.returnValue="确定离开当前页面吗?";
}
html:
<body onbeforeunload="checkLeave()">
function checkLeave() {
event.returnValue="确定离开当前页面吗?";
}
<body onbeforeunload="checkLeave()">
本文标题:js页面关闭提示
本文链接:https://www.haomeiwen.com/subject/vudwyxtx.html
网友评论