?? deletelist.asp
字號:
<!--#include file='DBCn.asp'-->
<%
For Each item in request.form
if Left(item, 8) = "ckdelete" then
conn.execute("delete from Customer where ID="&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">
</head>
<LINK href="css.css" type=text/css rel=stylesheet>
<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></td>
<%
response.write "<script>"
response.write "setTimeout("&Chr(34)&"location.replace('list.asp')"&Chr(34)&",2000)"
response.write "</script>"
%>
</tr>
</table>
</td>
</tr>
</table>
<p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -