⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 materialsearch.jsp

📁 BEA WebLogic Server 8.1大全 = BEA webLogic server 8.1 unleashed (美) Mark Artiges等著 袁毅 ... [等] 译 eng
💻 JSP
字号:
<%@ page language="java" %><%@ include file="style.html" %><html>		<head><title>Material Search</title></head><BODY class=bg MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0"><form action="materialdisplay.jsp" name="login" method="post"><!-- main table ########################################################################### --><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH=100% HEIGHT="136"><!-- top links and logo ################################################################### -->  <TR>    <td class=bg height="100" align="right" valign="top" colspan=2>	  &nbsp;    </td>	 </TR> <!-- white space & error space ############################################################ --> <tr>  <td colspan="2"><!-- content table ######################################################################## -->  <table class=tableBorder border="0" cellspacing="0" cellpadding="0" width="100%">    <TR class="bgOuter">	<TD class=title2 align="left" width="33%">	  &nbsp;Material Search	</TD>	<td class=text width="66%">	  &nbsp;    </td>  </tr>  <tr class="bgOuter">  <td colspan="2"><!-- inner table ########################################################################## -->  <table border="0" cellspacing="1" cellpadding="0" width="100%">  <TR class=bgInner>	<TD class=text width="33%">	  Material Search:	  	</TD>	<TD width="66%">	  <INPUT type="TEXT" 		name="SEARCHVALUE" 		size="16" 		maxlength="10">	</TD>  </TR><!-- end of inner table ################################################################### -->  </table>  </td>  </tr>  <TR>	<TD class=text width="33%">		      &nbsp;	</td>	<td class=text width="66%">	  <input type="submit" value="Search">	</td>  </TR><!-- end of content table ################################################################# -->  </table>  <br>  </td>  </tr><!-- end of main table #################################################################### --></table></form></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -