喜欢前端

博客园 首页 新随笔 联系 订阅 管理

<html>
<head>
<title>JavaScript定时关闭网页</title>
</head>
<body>
<script LANGUAGE="JavaScript">
setTimeout('window.close();', 5000);
</script>
<p align="center">5秒后关闭</p>
<br />

</body>
</html>

 

posted on 2011-08-27 16:43  yanguang  阅读(938)  评论(0编辑  收藏  举报