www.chinaxinge.com
中国信鸽信息网设计制作
<%
dbconn.execute("update xcount set coun=coun+1 where tp='22'")
set rs=dbconn.execute("select coun from xcount where tp='22'")
if not rs.eof then
response.write ("您是第 "&rs("coun")&" 位访问者")
end if
rs.close
set rs=nothing
%>