?? delteacher.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="isadmin.asp"-->
<%
id = trim(request("id"))
returnlist = trim(request("returnlist"))
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/css.css" type="text/css">
<title>刪除教師</title>
</head>
<body text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0>
<br>
<form action="delteacherok.asp" method="post">
<table style="BORDER-COLLAPSE: collapse" borderColor=#808080 width="250" border="1" align="center" cellpadding=1>
<tr><td align="center" class="header">將有下列數據被刪除</td></tr>
<tr><td align="left">
1.該教師的個人資料<br>
2.該教師發布的所有資料<br>
3.該教師上傳的所有資料
</td></tr>
</table>
<center><input type=hidden name="id" value="<%=id%>"><input type=hidden name="returnlist" value="<%=returnlist%>"><br>
<input type=submit name="submit" value="確定"> <input type=button name="cancle" value="取消" onclick="history.go(-1);"></center>
</form>
</body>
</html>
<%
conn.close
set conn = nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -