infopass.asp
来自「ASP,版本,HUANYING NI DE XIAZAI ! LIANXIFAN」· ASP 代码 · 共 24 行
ASP
24 行
<!--#include file="conn.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%
dim checkinfo,chenk
checkinfo=request.Form("checkinfo")
check=split(checkinfo,",")
for each i in check
sql="update info set isdiposal=yes where info_id="& i
conn.execute(sql)
next
response.write "<li>成功通过认证。"
response.write "<meta http-equiv=refresh content=""1;URL=info_manage.asp"">"
%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?