javascript 离开页面时提示
var pb_strConfirmCloseMessage;
var pb_blnCloseWindow = false;
pb_strConfirmCloseMessage = "离开页面,会退出该系统,您是否要继续??";
function ConfirmClose() {
if ($("lockScreen").style.display == "block") {
window.event.returnValue = pb_strConfirmCloseMessage;
pb_blnCloseWindow = true;
}
}
function ShowConfirmClose(blnValue) {
if (blnValue) {
document.body.onbeforeunload = ConfirmClose;
} else {
document.body.onbeforeunload = null;
}
}
<body id="body" style="position: inherit!important;" onload="ShowConfirmClose(true);">
现在我想让他点击确认的时候,踢出到另外一个页面而并不是刷新的当前页,比如:当点击确认离开时,我要转向到http://www.sina.com.cn
相关问答:
后台有一个函数 protected string Fun1(int a, string b)
我想在javascript代码中调用它,怎么做?
function GridBind()
{
var a = 1;
var b='s';
& ......
如何实现当鼠标悬停控件上时,出现该控件的尾部显示对应的层,鼠标移动到该层上进行相应的操作,当鼠标移除时(不在控件上也不在层上)层隐藏,
HTML code:
<html>
<head>
<meta http-equiv= ......
我家电脑原来装的是IE7浏览器,但是最近我爸爸动了某个配置,导致IE7环境下不能运行flash和javascript,看sina或者其他新闻网站上都是一块一块空白,登陆twitter也不成功,报:由于不支持javascript,导致不能登陆。 ......
BS/MS degree in Computer Science or equivalent
About 3 ~ 4 years front-end development experience
Be good at Web technologies is a must, be familar with HTML/CSS/Javascript, AJAX & ......
如题!
<input onclick="javascript:alert(this.value);" type="button" value="test"/>
不知道楼主是不是要这样,偶是新手,见笑啦 Ps:alert 可以换成document.writ ......