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

📄 showshop.jsp

📁 jsp注册
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="errorpage.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE11 {color: #FFFFFF}
body,td,th {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.STYLE2 {color: #0000CC}
.STYLE21 {color: #000000; font-weight: bold; }
-->
</style>
</head>
<body>
<jsp:useBean id="db" class="data.shopdb"/>
<table width="622" height="316" border="1" align="left" cellspacing="0" bordercolor="#993300">
  <tr>
    <td width="616" height="16" bgcolor="#996666"><table width="634" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="24"><form id="form2" name="form2" method="post" action="">
            <select name="kind" id="kind">
              <option value="shop">店铺列表</option>
              <option value="thing">物品列表</option>
            </select>
            <input name="kind2" type="submit" id="kind2" value="提交" />
        </form></td>
        <td><form id="form1" name="form1" method="post" action="showth.jsp">
          <div align="right"><span class="STYLE11">店名:</span>
              <input name="shopname" type="text" id="shopname" size="10" />
              <input name="serch" type="submit" id="serch" value="提交" />
          </div>
        </form></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><table width="618" height="294" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td background="../pic/bbgg.jpg"><%if(request.getParameter("kind2") != null){
        String kind=request.getParameter("kind");
        if(kind.equals("shop")){%>
		<iframe src="showsp.jsp"width="620" height="300"  scrolling="no" frameborder="0" ></iframe>
		<%}else{%><iframe src="showthing.jsp"width="620" height="300"  scrolling="no" frameborder="0" ></iframe>
		<%}
		}else{%><iframe src="showsp.jsp"width="620" height="300"  scrolling="no" frameborder="0" ></iframe><%}%></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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