我的世界距离太短:我的文件加不了计数器,不知道怎么回事? 有谁知道放在什么地方好呢?

来源:百度文库 编辑:高考问答 时间:2024/04/29 05:02:16
文件是COUN.ASP
代码如下:
<!--#include file="config.asp"-->
<%
username=Trim(Request.QueryString("id"))
if username<>"" then
sql = "select * from counter where username='"&username&"'"
rs.open sql,conn,1,3
if Trim(session("welcome"))<>username then
session("welcome")=username
rs("counter")=rs("counter")+1
rs.update
else
rs("counter")=rs("counter")
rs.update
end if
end if
L=Len(rs("counter"))
i = 1
For i = i to L
num = Mid(rs("counter"),i,1)
Display = Display & "document.write('<img src="&siteurl&"/count_style/"&rs("style")&"/" & num & ".gif>');" & chr(13)
Next
Response.Write Display
rs.close
set rs=nothing
%>
要加的计数器代码是:
<script src='http://s37.cnzz.com/stat.php?id=125370&web_id=125370' language='JavaScript' charset='gb2312'></script>