search.jsp
上传用户:shen332233
上传日期:2021-09-03
资源大小:7478k
文件大小:1k
- <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
- <div id="searchRoot" style="left:500px; top:450px;">
- <div id="searchHandle">
- <table width="100%" border="0" class="textbox">
- <tr>
- <td align="left" class="controls">
- Search Powered by Yahoo!
- </td>
- </tr>
- </table>
- </div>
-
- <div id="searchContent" class="searchContent">
- Search term: <input class="normalText" type="text" name="searchTerm" id="searchTerm" onfocus="onFocusFunction('searchTerm');"/>
- <br/>
- </div>
- </div>