定时关闭窗口

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>定时关闭窗口</title>
</head>

<body>
<script LANGUAGE="JavaScript">
<!--
setTimeout('window.close();', 60000); //60秒后关闭
// -->
</script>
<p align="center">本页60秒后自动关闭</p>
</body>

</html>

posted on 2005-08-14 19:01  wanna  阅读(108)  评论(0)    收藏  举报