hao_2468

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>过10秒自动关闭页面</title>
<script type="text/javascript">
<!--函数-->
function closeit()
{
setTimeout("self.close()", 3000);
}
<!--执行函数-->
closeit();
</script>
</head>

<body>
</body>
</html>

posted on 2010-11-23 21:16  hao_2468  阅读(132)  评论(0编辑  收藏  举报