function AddComfirmClose() {
                        window.parent.document.body.onbeforeunload = function () {
                            window.parent.event.returnValue = "提示?:o你?还1没?有D保存?页3面?。" ;
                                    }
                    }
 

 function   UnComfirmClose() {
 window.parent.document.body.onbeforeunload = null;
}
 
 
 
< input id ="saveflag" onclick="AddComfirmClose()" value="添加提示" />
< input id ="saveflag" onclick="UnComfirmClose()" value="删除提示" />
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
猜你喜欢
  • 2021-06-27
  • 2022-01-16
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2022-02-26
  • 2021-11-17
相关资源
相似解决方案