?? deletesectiondone.asp
字號(hào):
<%
%>
<!--#include file='../conn.asp'-->
<%
For Each item in request.form
if Left(item, 7) = "Section" then
conn.execute("delete Section where SectionID="&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="DeleteSection.asp" class=linkblue2>已刪除部門記錄</a>
<script>
setTimeout("location.replace('DeleteSection.asp')",2000)
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -