forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavigation.jsp
More file actions
51 lines (51 loc) · 3.05 KB
/
navigation.jsp
File metadata and controls
51 lines (51 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<%@ page contentType="text/html; charset=gb2312" language="java"%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript" src="JS/onclock.JS"></script>
<table width="788" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="6px" colspan="2" valign="top" bgcolor="#000000"></td>
</tr>
<tr>
<td width="270" height="79" valign="top"><img src="images/logo.jpg" width="276" height="79" /></td>
<td width="520" valign="top" bgcolor="#0885B1"><table width="100%" height="31" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td width="281" align="center"> </td>
<td width="20" align="left"><img src="images/T_home.gif" width="11" height="14" /></td>
<td width="70" align="left"><a href="#" onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.mingrisoft.com')" class="word_white">设为首页</a></td>
<td width="20" align="left"><img src="images/T_favorite.gif" width="12" height="14" /></td>
<td width="68" align="left"><a href="javascript:window.external.AddFavorite('http://www.mingrisoft.com','明日科技')" class="word_white">收藏本站</a></td>
<td width="20" align="left"><img src="images/T_contact.gif" width="12" height="12" /></td>
</tr>
</table></td>
</tr>
</table>
<table width="788" height="36" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="43" align="right"><img src="images/time.GIF" width="18" height="16" /></td>
<td width="235" id="bgclock" class="word_orange"> </td>
<td width="512"><table width="100%" height="36" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="center">
<td width="10%"><a href="index.jsp">本站首页</a></td>
<td width="2%"><img src="images/shop_09.gif" width="1" height="17" /></td>
<td width="14%"><a href="NewGoods.jsp">新品上市</a></td>
<td width="1%"><img src="images/shop_09.gif" width="1" height="17" /></td>
<td width="14%"><a href="sale.jsp">特价商品</a></td>
<td width="1%"><img src="images/shop_09.gif" width="1" height="17" /></td>
<td width="11%"><a href="SellSort.jsp">畅销商品</a></td>
<td width="1%"><img src="images/shop_09.gif" width="1" height="17" /></td>
<td width="10%"><a href="cart_see.jsp">购物车</a></td>
<td width="1%"><img src="images/shop_09.gif" width="1" height="17" /></td>
<td width="15%"><a href="order.jsp">查看订单</a></td>
<td width="1%"><img src="images/shop_09.gif" width="1" height="17" /></td>
<td width="15%"><a href="modifyMember.jsp">会员资料修改</a></td>
<td width="1%"> </td>
</tr>
</table></td>
</tr>
</table>
<table width="788" height="3" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#7E9FC0"></td>
</tr>
</table>