?? menu.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">功能區(qū)</div></td>
</tr>
<tr>
<td width="179" height="24" bgcolor="#CCCC99"> <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"> <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"> <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"> <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"> <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"> <img border="0" src="image/enter.gif" width="12" height="12">
<a href="shop/orderStatus.jsp" target="mainFrame">訂單狀態(tài)</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"> <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"> <img border="0" src="image/enter.gif" width="12" height="12">最新增加討論區(qū)
</td>
</tr>
<tr>
<td width="179" height="23" bgcolor="#CCCC99"> <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">交流區(qū)</td>
</tr>
<tr>
<td width="179" height="23" bgcolor="#CCCC99"> <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"> <img border="0" src="image/enter.gif" width="12" height="12">
聊天室</td>
</tr>
<tr>
<td width="179" height="23" bgcolor="#CCCC99"> <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"> <img border="0" src="image/enter.gif" width="12" height="12">
注冊信息修改</td>
</tr>
<tr>
<td width="179" height="23" bgcolor="#CCCC99">
<img border="0" src="image/enter.gif" width="12" height="12"> 郵件</td>
</tr>
<tr>
<td width="179" height="23" bgcolor="#CCCC99">
<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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -