3个回答
展开全部
<!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">
<!--
function closewin(){
self.opener=null;
self.close();}
function clock()
{
i=i-1
document.title="本窗口将在"+i+"秒后自动关闭!";
if(i>0)setTimeout("clock();",1000);
else{
this.window.opener = null;
window.close();
}
}
var i=10
clock();
//-->
</script>
</head>
<body>
<p>关闭啊!</p>
</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">
<!--
function closewin(){
self.opener=null;
self.close();}
function clock()
{
i=i-1
document.title="本窗口将在"+i+"秒后自动关闭!";
if(i>0)setTimeout("clock();",1000);
else{
this.window.opener = null;
window.close();
}
}
var i=10
clock();
//-->
</script>
</head>
<body>
<p>关闭啊!</p>
</body>
</html>
展开全部
setTimeout("window.close()", 3000);
这种方式可能会出现是否关闭的提示。
这种方式可能会出现是否关闭的提示。
追问
有不提示的吗? 谢谢了!
追答
setTimeout(function(){window.opener=null;window.close();}, 3000); 那就这样。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
setTimeout(function(){window.close();}, 3000);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询