首 页新闻文章中心下载中心客户留言
您当前的位置:古朴下载网文章中心网页设计 → 文章内容 退出登录 用户管理
本类热门文章
相关下载
ASP计数器
作者:佚名  来源:不详  发布时间:2008-3-4 14:44:47

减小字体 增大字体

************************调用*********************
'* <script language="javascript" src="xxx.asp?max=8"></script>
'*************************************************

javastr="<div algin='center'>"
<%
max=Request("max") '//计数器位数
If Request.cookies("count")="" Then '//防刷
Set fso=Server.CreateObject("Scripting.FileSystemObject")
 Set fp=fso.OpenTextFile(Server.MapPath("count.dat")) '//计数器统计文件
 countn=fp.Readline
 countn=countn+1
 Fp.close
 Set fp=Nothing
 set fp=fso.createtextfile(server.mappath("count.dat"))
 fp.Writeline countn
 set fp=nothing
 set fso=nothing
 Response.Cookies("count")=countn
End If
Set fso=Server.CreateObject("Scripting.FileSystemObject")
Set fp=fso.OpenTextFile(Server.MapPath("count.dat"))
s=fp.Readline
For n=(max-len(s)) to 1 step -1
%>
javastr=javastr+"<img src=http://edu.chinaz.com/Get/Program/Asp/count/0.gif' border=0>" '//计数器图片文件
<%
Next
j=0
For i=(max-len(s)) to max-1
 j=j+1
%>
javastr=javastr+"<img src='http://edu.chinaz.com/Get/Program/Asp/count/<%=mid(s,j,1)%>.gif' border=0>"
<%
Next
Set fp=Nothing
Set fso=Nothing
javastr=javastr+"</div>"
%>
document.write(javastr)

[] [返回上一页] [打 印]
文章评论 (评论内容只代表网友观点,与本站立场无关!)

用户名: 查看更多评论

分 值:100分 85分 70分 55分 40分 25分 10分 0分

内 容:

         (注“”为必填内容。) 验证码: 验证码,看不清楚?请点击刷新验证码

关于本站 - 网站帮助 - 广告合作 - 下载声明 - 友情连接 - 网站地图 - 管理登陆
友情连接及广告业务QQ:104261325(请注明来意)本网站日IP超五千,欢迎各位做广告及进行连接