<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script language="javascript" type="text/javascript">
function checkClose()
{
var truthBeTold = window.confirm("单击“确定”继续。单击“取消”停止。");
if(truthBeTold)
{
window.alert("再见啦!");
return true;
}
else
{
window.alert("欢迎访问我们的 Web 页!");
window.location.href("http://www.baidu.com")
return false;
}
}
</script>
</head>
<body>
<a href="javascript:window.close()" onclick="javascript:return checkClose();" >关闭</a>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script language="javascript" type="text/javascript">
function checkClose()
{
var truthBeTold = window.confirm("单击“确定”继续。单击“取消”停止。");
if(truthBeTold)
{
window.alert("再见啦!");
return true;
}
else
{
window.alert("欢迎访问我们的 Web 页!");
window.location.href("http://www.baidu.com")
return false;
}
}
</script>
</head>
<body>
<a href="javascript:window.close()" onclick="javascript:return checkClose();" >关闭</a>
</body>
</html>
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}