Show.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:1k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_Inc/Function.asp"-->
  4. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  5. <!--#include file="../FS_InterFace/NS_Function.asp" -->
  6. <%
  7. response.buffer=true
  8. Response.CacheControl = "no-cache"
  9. Dim Conn,int_ID,o_Ad_Rs
  10. MF_Default_Conn
  11.  If request("Location")<>"" and isnull(request("Location"))=false then
  12. Conn.Execute("update FS_AD_Info set AdShowNum=AdShowNum+1 where AdID="&clng(NoSqlHack(request("Location")))&"")
  13.  End if
  14. Set Conn=nothing
  15. %>