设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 50|回复: 2
打印 上一主题 下一主题

弹出窗口定时自动关闭

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-17 00:23:40 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
我要实现弹出窗口的自动定时关闭

查到一些程序,在弹出窗口中,做了如下调整:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<script language="java script">
function closeit() {
setTimeout("self.close()",100) //毫秒
}
</script>
<body "closeit()">
</body>
弹出了窗口,但没有自动关闭,如何解决?
2#
发表于 2010-1-17 00:23:44 | 只看该作者
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<script language="javascript">
function closeit()
{
setTimeout("self.close()",100) //毫秒
}
</script>
<body onLoad="closeit()">
</body>
这样呢
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-20 15:28 , Processed in 0.158123 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表