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

📄 menu.jsp

📁 《电子商店管理系统》——采用JSP、Servlet和JavaBean开发,实现了商品管理、 商品分类、订单处理、会员管理等功能
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head><LINK href="hellking.css" type=text/css rel=stylesheet>

<body>
<table><tr><td width="92"></td>
<td width="180">
<table width="99%" height="392" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" bordercolor="#111111">
	  <p>
	 
	 <tr>
        <td width="179" height="26" bgcolor="#C0C0C0">
        <div align="center">功能区</div></td>
	</tr>
    <tr>
          <td width="179" height="24" bgcolor="#CCCC99"> &nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
            <a href="shop/viewCategory.jsp" target="mainFrame">商品列表</a></td>
    </tr>
    <tr>
          <td width="179" height="23" bgcolor="#CCCC99"> &nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
            <a href="shop/searchForm.html" target="mainFrame">商品查询</a></td>
     </tr>
	 <tr>
          <td width="179" height="23" bgcolor="#CCCC99"> &nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
            <a href="shop/whatnew.jsp" target="mainFrame">最新商品</a></td>
     </tr>
	 <tr>
          <td width="179" height="23" bgcolor="#CCCC99"> &nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
           <a href="shop/whatpromot.jsp" target="mainFrame"> 特价商品</a></td>
     </tr>
	 
	  <tr>
          <td width="179" height="23" bgcolor="#CCCC99"> &nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
           <a href="shop/viewCart.jsp" target="mainFrame"> 购物车</a></td>
     </tr>
	  <tr>
          <td width="179" height="23" bgcolor="#CCCC99"> &nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
            <a href="shop/orderStatus.jsp" target="mainFrame">订单状态</a></td>
     </tr>
     <%
	   boolean isLog=false;
	  try
	  {
	   isLog=((String)session.getAttribute("isLog")).equals("1");
	  }
	  catch(Exception e)
	  {	    
	  }
	  if(isLog){
    %>
   <tr>
          <td width="179" height="23" bgcolor="#CCCC99"> &nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
            <a href="shop/viewProductByCategory.jsp?catid=${fav}" target="mainFrame"> 我的最好</a>
          </td>
     </tr> 
    <%
     }
     %>
		
        <tr>
        <td width="179" height="26" bgcolor="#C0C0C0" align="center">热点链接</td>
        </tr>
        <tr>
          
    <td width="179" height="23" bgcolor="#CCCC99">&nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12">最新增加讨论区 
    </td>
        </tr>
		
         
        <tr>
 
	  <td width="179" height="23" bgcolor="#CCCC99">&nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
      <a href="register.jsp" target="mainFrame">用户注册</a></td></tr>
       		
		
        <tr>
          <td width="179" height="26" bgcolor="#C0C0C0">
          <p align="center">交流区</td>
        </tr>
        <tr>
          <td width="179" height="23" bgcolor="#CCCC99">&nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
           <a href="/jspdev/servlet/forumservlet?jumpPage=1" target="mainFrame"> 论坛</a></td>
        </tr>
        <tr>
          <td width="179" height="11" bgcolor="#CCCC99">&nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
            聊天室</td>
        </tr>
        <tr>
          <td width="179" height="23" bgcolor="#CCCC99">&nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
            <a href="leaveword/index.html" target="mainFrame"> 留言薄</a></td>
        </tr>
        <tr>
          <td width="179" height="26" bgcolor="#C0C0C0">
          <p align="center">个人工具</td>
        </tr>
        <tr>
          <td width="179" height="23" bgcolor="#CCCC99">&nbsp;&nbsp;&nbsp; <img border="0" src="image/enter.gif" width="12" height="12"> 
            注册信息修改</td>
        </tr>
        <tr>
          <td width="179" height="23" bgcolor="#CCCC99">&nbsp;&nbsp;&nbsp;
          <img border="0" src="image/enter.gif" width="12" height="12"> 邮件</td>
        </tr>
        <tr>
          <td width="179" height="23" bgcolor="#CCCC99">&nbsp;&nbsp;&nbsp;
          <img border="0" src="image/enter.gif" width="12" height="12"> <a href="logout.jsp" target="_top">注销</a></td>
        </tr>
        </table>
		</td>
		</tr></table>

</body>
</html>

⌨️ 快捷键说明

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