用脚本语言强势关闭窗口
用Javascript脚本语言强势关闭窗口,是可以直接关闭的,不在出来确认窗口
用Javascript脚本语言强势关闭窗口,是可以直接关闭的,不在出来确认窗口
答案:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href=><html xmlns="<a href=> <head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>close_the-window</title>
</head>
<body>
<script type="text/javascript" >
function getClose()
{
window.open("","_parent","");
window.close();
}
</script>
<input type="button" onclick="getClose()" value="close" />
</body>
</html>
上一个:求javascript脚本语言求出1到100之间所有偶数之和的代码?
下一个:客户端禁止运行javascript,有什么办法可以让我的脚本运行?》