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

📄 chaxun.jsp

📁 jsp写的学生管理系统 可以好好看看 初学者
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<title>查询信息页面</title>
</head>
<body background="1.jpg">
<center>
<table  align="center" width=100% height="10%" border="0">

  <tr>
    <th  align="crnter" width=100% height="10"><font size=6  color=red>查询信息</font></th></tr>
</form>
</table>
<hr width="85%" size="2" bgcolor="0099CC" />
<table width=85% height="75%" border="0">
    <form action="suoyou1.jsp" method=post name="suoyou">
  <tr>
    <td height="25%" colspan="2"><div align="center">所有学生的信息
	  <input type="submit" name="submit4" value="查询">
	</div></td>
    </tr>
  </form>
<form action="chaxingming.jsp" method=post name="ming">
  <tr>
    <td width="50%" height="25%">按姓名:
	   <input type="text" name="xingming">
	   <input type="submit" name="submit1" value="查询">
	</td>
    <td width="55%" height="25%" bgcolor="#faa73d">请输入要查找的学生的姓名</td>
  </tr>
</form>
<form action="chaxingbie.jsp">
  <tr>
    <td width="50%" height="25%">按性别:
	   <input type="text" name="xingbie">
	   <input type="submit" name="submit2" value="查询">
	</td>
    <td height="25%" bgcolor="#faa73d">请输入要查找的学生的性别</td>
  </tr>
</form>
<form action="chaxuehao.jsp" method=post name="hao">
  <tr>
    <td width="50%" height="25%">按学号:
	   <input type="text" name="xuehao">
	   <input type="submit" name="submit3" value="查询">
	</td>
    <td height="25%" bgcolor="#faa73d">请输入要查找的学生的学号</td>
  </tr>
</form>
</table>
<table width=100% height="5%" border="0">
  <tr>
    <td width="763" height="33" align="right"><a href="main.jsp">返回首页&gt;&gt;</a></td>
  </tr>
</table>

</center>
</body>
</html>

⌨️ 快捷键说明

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