/head body %dim tms,counter,countlen dim images(20) h1="p 千花飞舞计" />
欢迎来到入门教程网!

编程问答

当前位置:主页 > 网络编程 > 编程问答 >

如何防止计数器刷新计数?

来源:本站原创|时间:2020-01-11|栏目:编程问答|点击:

如何防止计数器刷新计数?

<html>
<head>
<title>
千花飞舞之真实的计数器</title><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

</head>
<body>
<%dim tms,counter,countlen
dim images(20)
h1="<p>
千花飞舞计数器</font></p>"
If IsEmpty(Session("hasbeenConnected")) then
set rs=server.createobject("adodb.recordset")
application.lock
rs.open "update aspcount set countss=countss+1","dsn=userdbs",3,3
application.unlock
Session("hasbeenConnected")=True
End If
set rs=server.createobject("adodb.recordset")
rs.open "select * from aspcount","dsn=userdbs",3,3
rs.movefirst
counter=rs(0)
countlen=len(counter)
tms="<h1><font color='#8000ff'>
欢迎,您是第</font>"&&counter&&"<font color='#8000ff'>位来访者!</font></h1>"
response.write(tms)
for i=1 to countlen
images(i)="<img src=" && mid(counter,i,1) && ".gif></img>"
next
response.write images(1)&&images(2)&&images(3)&&images(4)&&images(5)&&images(6)&&images(7)
rs.Close
%>
</body></html>

 

[1]

上一篇:如何获知页面上的图象的实际尺寸?

栏    目:编程问答

下一篇:如何验证日期输入是否正确?

本文标题:如何防止计数器刷新计数?

本文地址:https://www.xiuzhanwang.com/a1/bianchengwenda/12091.html

网页制作CMS教程网络编程软件编程脚本语言数据库服务器

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:835971066 | 邮箱:835971066#qq.com(#换成@)

Copyright © 2002-2020 脚本教程网 版权所有