in.asp
来自「it is a good thing i think you will like」· ASP 代码 · 共 33 行
ASP
33 行
<!--#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 + =
减小字号Ctrl + -
显示快捷键?