forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.jsp
More file actions
17 lines (17 loc) · 758 Bytes
/
search.jsp
File metadata and controls
17 lines (17 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%@ page contentType="text/html; charset=gb2312" %>
<form name="form2" method="post" action="search_deal.jsp">
<table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td width="15%"> </td>
<td width="67%">ÇëÊäÈëÊéÃû£º
<input name="bookkey" type="text" class="txt_grey" size="48">
</td>
<td width="18%"><input name="search" type="submit" class="btn_grey" value="ËÑË÷"></td>
</tr>
</table>
</form>