Show.asp
资源名称:eat.rar [点击查看]
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:1k
源码类别:
数据库编程
开发平台:
ASP/ASPX
- <% Option Explicit %>
- <!--#include file="../FS_Inc/Const.asp" -->
- <!--#include file="../FS_Inc/Function.asp"-->
- <!--#include file="../FS_InterFace/MF_Function.asp" -->
- <!--#include file="../FS_InterFace/NS_Function.asp" -->
- <%
- response.buffer=true
- Response.CacheControl = "no-cache"
- Dim Conn,int_ID,o_Ad_Rs
- MF_Default_Conn
- If request("Location")<>"" and isnull(request("Location"))=false then
- Conn.Execute("update FS_AD_Info set AdShowNum=AdShowNum+1 where AdID="&clng(NoSqlHack(request("Location")))&"")
- End if
- Set Conn=nothing
- %>