📄 classstudentdel.asp
字号:
<%
IdClass=request.cookies("IdClass")
if IdClass=" " then
response.write "非法操作!"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body background="Back1.jpg">
<p align="center"><b><font size="5" color="#0000FF">学生</font></b><font color="#0000FF"><font size="5"><b>删除</b></font></font><b><font size="5" color="#0000FF">基本信息输入</font></b></p>
<div align="center">
<center>
<table border="0" width="700">
<tr>
<td width="690" height="67">
<form method="POST" action="classStudentdelOk.asp" name="classStudentdelOk.asp">
<p align="center"><font color="#0000FF">要删除的</font><font color="#0000FF">学生学号: </font> <input type="text" name="id" size="10"></p>
<p align="center"><font color="#0000FF">要删除的学生姓名: </font> <input type="text" name="name" size="10"></p>
<p align="left"> </p>
<hr color="#008080" width="80%">
<p align="center"><input type="submit" value="提 交" name="B1">
<input type="reset" value="重 写" name="B2">
<input type="button" value="后 退" onClick="history.back()"></a></p>
</form>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -