search.jsp
上传用户:shen332233
上传日期:2021-09-03
资源大小:7478k
文件大小:1k
源码类别:

Ajax

开发平台:

Java

  1. <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> 
  2. <div id="searchRoot" style="left:500px; top:450px;">
  3.     <div id="searchHandle">
  4.         <table width="100%" border="0" class="textbox">
  5.             <tr>
  6.                 <td align="left" class="controls">
  7.                     Search Powered by Yahoo!
  8.                 </td>
  9.             </tr>
  10.         </table>
  11.     </div>
  12.         
  13.     <div id="searchContent" class="searchContent">  
  14.         Search term: <input class="normalText" type="text" name="searchTerm" id="searchTerm" onfocus="onFocusFunction('searchTerm');"/>
  15.         <br/>
  16.     </div>
  17. </div>