⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 in_直接进入.asp

📁 it is a good thing i think you will like it
💻 ASP
字号:
<!--#include file="dbpath.asp"-->
<%dim objRS,sql,user
user = Request.QueryString("user")
Set objRS = Server.CreateObject("ADODB.RecordSet")
sql = "select * from link where user='"&user&"'"
objRS.Open sql, Conn, 3, 3
response.cookies("jypx")="ok"
if request.cookies("jypxcookies")="" and request.cookies("jypx")="ok" then
  response.cookies("jypxcookies")="yyy"
	objRS("incount").value = objRS("incount").value + 1
	objRS.Update()
Response.Redirect "index.asp?type="&objRS("type")&""
else
Response.Redirect "index.asp?type="&objRS("type")&""
end if
objRS.Close()
Set objRS = nothing
Conn.Close()
Set Conn = nothing
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -