function closeww()
{
if ( confirm("是否确定要退出中国农业银行网上银行系统?") )
{
// top.location.href="LogonOut.aspx";
//form1.submit();
top.opener = null;
top.closeOnLogout();
// window.open("LogonOut.aspx", "_self");
}
}
function click(){
if (event.button==2) {
alert('无效操作')
}
}
中国农业银行关闭和禁止右键
最新推荐文章于 2025-02-07 20:16:56 发布
本文介绍了一个用于确认用户是否确定退出中国农业银行网上银行系统的JavaScript函数。该函数使用了浏览器的confirm对话框来询问用户,并包含了阻止右键菜单显示的功能。
7017

被折叠的 条评论
为什么被折叠?



