7万
861
32万
论坛元老
1、信息表新建立一个字段,并用0、1的方法判断信息的状态。 2、新建一个页面,定时刷新,并查询表中是否有字段值为0的记录。 3、当管理员点击查看该信息的时候,将字段值改为1。 其中最关键的是第2步,下面给出所需代码 定时刷新指定页面。比如新建的页面叫a.asp 那么就是<script>setTimeout("location.href="a.asp'",10000)</script> 数据库连接。 <%set rs = conn.execute("select * from [表名] where 字段名= 0 ") if not rs.eof then%> <bgsound src="音频路径" loop=false> <%end if rs.close:set rs = nothing%>
使用道具 举报
0
2万
中级会员
1
321
2
499
13
85
注册会员
55
124
6
247
1万
68
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2024-11-22 03:32 , Processed in 0.225933 second(s), 26 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.