⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 schang.asp

📁 本系统分两个子功能: 一:学生事务 统计学生的入学
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>学生信息修改</title>
</head>

<body leftmargin="150" rightmargin="0">


<table border="1" width="446" height="460">
	<tr>
		<td height="86" width="436" colspan="3">
		<p align="center"><b><font size="7">学生信息修改</font></b></td>
	</tr>
	<form name="form1" action="schang.asp" method="post">
	<tr>
		<td height="46" width="97">
		<p align="right">学生学号:</td>
		<td height="46" width="225">
		<p align="right"><input type="text" name="Tno" size="20" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
		<td height="46" width="102">
		<p align="center"><input type="submit" value="提交" name="B1"></td>
	</tr>
	</form>
	<tr>
		<td height="311" width="436" colspan="3">
		<p align="center">
		 <%
		 
          if request.form("B1")="提交" then
            sno=request.form("Tno")
          if sno="" then
             response.write "请输入学号"
          else
          session("tno")=sno
          response.redirect "schangp.asp"
       
          end if
         end if
%> 
		</td>
	</tr>
</table>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -