?? del_preengage.asp
字號(hào):
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="xuanke.asp" -->
<!--#include file="include/exit.asp" -->
<!--#include file="include/is_admin.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>刪除學(xué)生</title>
<style type="text/css">
<!--
@import url("style.css");
body {
background-image: url(image/back.jpg);
}
-->
</style>
</head>
<%
dim preengage_id,sql,rs_del
'接收課程數(shù)據(jù)------------------
preengage_id=request("preengage_id")
if preengage_id="" then response.Redirect("error.asp")
'刪除數(shù)據(jù)--------------------
set rs_del=server.CreateObject("adodb.recordset")
sql = "delete from preengage where preengage_id=" & preengage_id
rs_del.open sql,xuanke_conn,3,2
%>
<body>
<div align="center">
<table width="706" height="281" border="0" class="table_big">
<tr>
<td valign="top"><div align="center">
<table width="200" border="0" cellspacing="0">
<tr>
<td><!--#include file="include/admin_head.asp" --></td>
</tr>
</table>
<br>
<table width="485" border="0" class="table_small">
<tr>
<td background="image/type_bg.gif"> </td>
</tr>
<tr>
<td class="text_title"><div align="left">刪除成功!</div></td>
</tr>
<tr>
<td class="table_title"> </td>
</tr>
<tr>
<td class="text"><div align="left">成功地刪除了學(xué)生</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td class="text"><div align="center">[<a href="administrator.asp">返回學(xué)生管理</a>]</div></td>
</tr>
</table>
<br>
<!--#include file="include/foot.asp" -->
<br>
</div></td>
</tr>
</table>
</div>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -