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

📄 ch1.asp

📁 学生管理系统
💻 ASP
字号:
<html>
<head>
<title>功能实现</title>
</head>
<body>
    <form method="post" action="cz.asp">
<strong><font size=5 face=隶书  >查找同学的信息:</font></strong><br>
<br>

<select name="select">
  <option value="编号">编号</option>
  <option value="学号">学号</option>
  <option value="姓名">姓名</option>
  <option value="家庭住址">家庭住址</option>
  <option value="电话号码">电话号码</option>
</select>
<input type=text name="xinxi" width="60"><br>
<input type=submit name="cx"  value="查询">
<input type=reset name="qx" value="取消">
</form><hr>
	
<form method="post" action="tj.asp"><strong><font size=5 face=隶书 >添加记录:</font></strong><br><br>
<b>编号:</b>
<br>
<input type="text" name="n"><br>
<b>学号:</b><br>
<input type="text" name="no"><br>
<b>姓名:</b><br>
<input type="text" name="name"><br>
<b>家庭住址:</b><br>
<input type="text" name="home"><br>
<b>电话号码:</b><br>
<input type="text" name="phone" value=""><br>
<input type="submit" name=sent value="添加">
<input type=reset name="clear" value="取消">
</form><hr>

	<form method="post" action="delete.asp"><strong><font size=5 face=隶书 >删除记录:</font></strong><br><br>
<b>要删除的编号:</b>
  <input type=text name="n"><br>
<input type=submit name=ss value="确定删除">
<input type=reset name=cs value="重设">
</form><hr>

	
<form method="post" action="update.asp"><strong><font size=5 face=隶书  >更新记录:</font></strong><br><br>
<b>要修改的编号:</b><br>
<input type=text name="n" size="10"><br>
<b>学号:</b><br>
<input type=text name="no"><br>
<b>姓名:</b><br>
<input type=text name="name"><br>
<b>家庭住址:</b><br>
<input type=text name="home"><br>
<b>电话号码:</b><br><input type=text name="phone"><br>

<input type=submit name=sent value="确定更改">
<input type=reset name="clear" value="重设">
</form><hr>

</body>
</html>

⌨️ 快捷键说明

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