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

📄 query_prostyle.jsp

📁 实现商品的管理与查询,用JSP+ACCESS开发
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.io.*,java.sql.*" errorPage="errorpage.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>查询商品</title>
<style type="text/css">
<!--
.STYLE1 {
	font-family: "方正新舒体简体";
	font-size: 12px;
}
.STYLE7 {font-family: "方正新舒体简体"; font-size: 14px; }
.STYLE8 {
	font-size: 18px;
	font-family: "方正新舒体简体";
}
-->
</style>
</head>

<body>
<table width="950" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#99CC33">
  <!--DWLayoutTable-->
  <tr>
    <td height="100" valign="top"><table width="100%" height="100" border="0">
      <tr>
        <td width="29%"><img src="image/logo1.jpg" width="270" height="100" /></td>
        <td width="71%"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="670" height="100">
          <param name="movie" value="flash/fm.swf" />
          <param name="quality" value="high" />
          <embed src="flash/fm.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="670" height="100"></embed>
        </object></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="20" valign="middle"><img src="image/daoheng.jpg" width="950" height="20" border="0" usemap="#Map" /></td>
  </tr>
  <tr>
    <td height="20" valign="middle"><marquee behavior="scroll" align="bottom" direction="right" bgcolor="#99CC33" width="950" loop="-1" scrollamount="2" scrolldelay="10">
      <span class="STYLE1">欢迎光临中南公司科技有限公司</span>
    </marquee></td>
  </tr>
  <tr>
    <td height="430" align="center" valign="middle"><form name="form1" method="post" action="query_prostylesave.jsp">
      <table width="250" border="1" bordercolor="#99CC33">
        <tr>
          <td height="20" colspan="2" bgcolor="#99CC33"><div align="center"><span class="STYLE8">请选择需要查找的商品类型</span></div></td>
          </tr>
        <tr>
          <td width="61" height="20" bgcolor="#99CC33"><span class="STYLE8">类型:</span></td>
          <td width="173"><label>
            <div align="center">
              <select name="style">
                <option>肉食</option>
                <option>三鸟</option>
                <option>水产</option>
                <option>蔬菜</option>
                <option>水果副食</option>
              </select>
              </div>
          </label></td>
        </tr>
        <tr>
          <td colspan="2" bgcolor="#99CC33"><label>
            <div align="center">
              <input type="submit" name="Submit" value="查找">   
              
              <input type="reset" name="Submit2" value="重置">
              </div>
          </label></td>
          </tr>
      </table>
        </form>
    </td>
  </tr>
  <tr>
    <td height="40" valign="top"><table width="100%" border="0">
      <tr>
        <td height="30" align="center" valign="middle"><span class="STYLE7">本系统适合于在1024*768分辨率下使用<br />
        联系方式:0759-2470331</span></td>
      </tr>
      <tr>
        <td height="10" bgcolor="#99CC33">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>

<map name="Map" id="Map"><area shape="rect" coords="55,2,105,22" href="index.html" />
<area shape="rect" coords="134,2,212,17" href="zddh.html" />
<area shape="rect" coords="250,3,324,21" href="scgk.html" />
<area shape="rect" coords="359,4,435,26" href="jyzx.html" />
<area shape="rect" coords="469,3,550,26" href="gkxs.html" />
<area shape="rect" coords="583,3,658,27" href="zszq.html" />
<area shape="rect" coords="695,1,773,21" href="lxwm.html" />
<area shape="rect" coords="804,3,885,30" href="htgl.jsp" />
</map></body>
</html>

⌨️ 快捷键说明

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