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

📄 header.jsp

📁 用java开发的一个简单的手机购物网站 能够实现购物车功能 收索功能 下定单
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" errorPage="err.jsp?msg=未知错误" %>
<jsp:useBean id="userBean" scope="session" class="ebook.UserBean" />
<html>
    <head>
        <title>在线手机页眉</title>
        <style type="text/css">
<!--
table {
	font-family: "华文仿宋";
	font-size: 18px;
	font-style: normal;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
-->
        </style>
    </head>
    <body   bgcolor="#66CCFF">
    <div align="center">
      <table width="780" border="0" cellpadding="0" cellspacing="0">
        <!--DWLayoutTable-->
        <tr>
          <td width="780" height="100" valign="top" background="img/标题.jpg"><!--DWLayoutEmptyCell-->&nbsp;</td>
        </tr>
      </table>
    </div>
    <div align="center">
        <table width="780" border="1" cellpadding="0" cellspacing="0" bordercolor="#FF9900">
      <%
    if (userBean.isLogin()) {
%>
                      <td width=125 align=center background="img/标题-2.jpg"><a href="category.jsp"><b>手机分类</b></a></td>
                      <td width=125 align=center background="img/标题-2.jpg"><a href="booklist.jsp"><b>手机列表</b></a></td>
                      <td width=125 align=center background="img/标题-2.jpg"><a href="shopping.jsp?action=view"><b>购物车</b></a></td>
                      <td width=125 align=center background="img/标题-2.jpg"><a href="showOrder.jsp"><b>我的订单</b></a></td>
                      <td width=125 align=center background="img/标题-2.jpg"><a href="search.jsp"><b>搜索</b></a></td>
                      <td width=125 align=center background="img/标题-2.jpg"><a href="me.jsp"><b>关于我们</b></a></td>
      <%
    }
%>
        </table>
    </div>
    <div align="center">
      <table width="780" border="0" cellpadding="0" cellspacing="0">
        <!--DWLayoutTable-->
        <tr>
          <td width="390" height="80" align="center" valign="middle" background="img/标题-5 .jpg"><!--DWLayoutEmptyCell-->&nbsp;</td>
          <td width="390" valign="middle" background="img/标题-4.jpg"> <marquee>
          <p><font size="+2" face="华文行楷">精美产品,近在眼前,快来订购,尽情享受</font></p>
          </marquee> 
          </td>
        </tr>
      </table>
    </div>
    </body>
</html>



⌨️ 快捷键说明

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