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

📄 in.asp

📁 it is a good thing i think you will like it
💻 ASP
字号:
<!--#include file="dbpath.asp"-->
<%
if request.cookies("incounter")="" then
conn.Execute("update link set incount=incount+1 where user='"&Request.QueryString("user")&"'")
response.cookies("incounter")="ok"
end if
if request("in")<>"" and request.cookies("goin")<>"" then
Response.Redirect "index.asp"
end if
set conn=nothing
conn.close
response.cookies("goin")="yes"
%>
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<body>

<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p align="center"><a href="in.asp?user=<%=request("user")%>&in=ok">
<img border="0" src="img/enter.gif"></a></p>

</body>

</html>

⌨️ 快捷键说明

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