📄 classstudentshuru.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></p>
<div align="center">
<center>
<table border="0" width="700">
<tr>
<td width="690" height="67">
<form method="POST" action="classStudentshuruOk.asp" name="classStudentshuruOk.asp">
<p align="left"><font color="#0000FF">学生学号: </font> <input type="text" name="id" size="10">(学号取10位,留级学生或转班学生自取新的学号。)</p>
<p align="left"><font color="#0000FF">学生姓名: </font> <input type="text" name="name" size="10">(最多4个汉字、或者8个英文字符。)</p>
<p align="left"><font color="#0000FF">年龄:</font>(数字)<input type="text" name="age" size="4"></p>
<p align="left"><font color="#0000FF">性别:</font> <input type="radio" value="男" name="sex" checked>男
<input type="radio" value="女" name="sex">女
</p>
<p align="left"><font color="#0000FF">班级:</font><input type="text" name="class" size="10">(如:‘化工001A’,前5个字符‘化工001’为CLASSID表中的班级简称,‘A’为该学生所在组。一般每个班分为A、B两个组。)</p>
<p align="left"><font color="#0000FF">学生初始密码:</font><input type="text" name="pwd" size="20"></p>
<hr color="#008080" width="80%">
<p align="center"><input type="submit" value="提 交" name="B1">
<input type="reset" value="重 写" name="B2">
<a href="Classmingdan.asp"><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 + -