window.close() 不出现提示“是否要关闭本窗口”的方法
<!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 runat="server">
<title>无标题页</title>
</head>
<script language="javascript">
function Close()
{
// 1000毫秒后此页面关闭
setTimeout("window.opener=null;window.close();return false",1000);
}
</script>
<body onload="Close()">
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
本贴子以“现状”提供且没有任何担保,同时也没有授予任何权利
This posting is provided "AS IS" with no warranties, and confers no rights.
This posting is provided "AS IS" with no warranties, and confers no rights.



浙公网安备 33010602011771号