?? search.jsp
字號:
<%@ page language="java" contentType="text/html;charset=gbk"%>
<html>
<head>
<title>查找學生信息</title>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
</head>
<%
response.setContentType("text/html;charset=gbk");
request.setCharacterEncoding("gbk");
%>
<body background="img/R6C.GIF" bgproperties="fixed">
<center>
<p><img border="0" src="img/serach_info.gif"></p>
<form name="form2" method="get" action="/jspDev/servlet/search_Servlet">
<table width="274" height="239" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="66" height="37" bgcolor="#336699"><div align="center" class="style1">編號</div></td>
<td width="202"> <input name="id" type="text" size="5"></td>
</tr>
<tr>
<td height="40" bgcolor="#336699"><div align="center" class="style1">姓名</div></td>
<td>
<input name="name" type="text" size="10">
<input type = hidden name = perPage value = 1>
</td>
</tr>
<tr>
<td height="35" bgcolor="#336699"><div align="center" class="style1">性別</div></td>
<td>
<input name="sex" type="radio" value="男">
男
<input type="radio" name="sex" value="女">
女</td>
</tr>
<tr>
<td height="37" bgcolor="#336699"><div align="center" class="style1">班級</div></td>
<td> <input name="class_" type="text" size="10"></td>
</tr>
<tr>
<td height="39" bgcolor="#336699"><div align="center" class="style1">地址</div></td>
<td> <input type="text" name="address"></td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input type="image" src="img/searchto.gif" value="提交">
<input type="reset" src="img/reset.gif" value="重置">
</div>
</td>
</tr>
</table>
</form>
<p><br>
<br>
</p>
</center>
<br>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -