📄 deletelist.asp
字号:
<%
%>
<!--#include file='../conn.asp'-->
<!--#include file='../IsUser.asp'-->
<%
For Each item in request.form
if Left(item, 8) = "ckdelete" then
conn.execute("delete from Client where ClientID="&Cint(request(item)))
end if
Next
%>
<html>
<head>
<title>删除列表客户</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<LINK
href="../css.css" type=text/css rel=stylesheet>
</head>
<body>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td width="100%" height="197" align="center">
<table border="0" cellspacing="0" cellpadding="0" height="85" bgcolor="#99ccff" width="100%">
<tr>
<td align="center">
<a href="list.asp" class=linkblue2>已删除用户记录</a>
<%
response.write "<script>"
response.write "setTimeout("&Chr(34)&"location.replace('list.asp')"&Chr(34)&",2000)"
response.write "</script>"
%>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -