?? search.jsp
字號:
<html>
<head>
<title>Chapter 5 Examples</title>
</head>
<body>
<h3>Search Form</h3>
<br />
<form method="POST" action="searchresults.jsp">
<table border="0" cellpadding="0" cellspacing="0" width="439">
<tr>
<td width="433" colspan="2">
<b>
Look up for Employee
( Enter one of the following criteria)
</b>
</td>
</tr>
<tr>
<td width="157">Employee Id</td>
<td width="276"><input type="text" name="empid" size="21"></td>
</tr>
<tr>
<td width="157">Employee Name</td>
<td width="276"><input type="text" name="empname" size="21"></td>
</tr>
</table>
<p><input type="submit" value="Search ..." name="SearchBtn"></p>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -