www.gusucode.com > 山寨版广告信息招贴网源码程序 > 山寨版广告信息招贴网源码程序/ewuyi/dir_发布/linkout.asp

    <!-- #include file="conn.asp"-->
<%
If request("id")="" Then
Response.Redirect "/"
End If
set rs=Server.CreateObject("ADODB.RecordSet")
sql="select * from ewuyi_info where adid="&request("id")&""
rs.open sql,conn,3,3
rs("hits")=rs("hits")+1
rs.update
rs.close
set rs=nothing
set conn=nothing
Response.Redirect "/index.asp"
%>