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

📄 header.jsp

📁 网上购物系统用SSH实现的
💻 JSP
字号:
<%@page contentType="text/html;charset=gbk"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<meta http-equiv="Content-Language" content="zh-cn">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta name="description" content="达内电子商务门户">
		<title>达内电子商务门户</title>
		<LINK href="${pageContext.request.contextPath}/css/tarena.css" rel=stylesheet>
		<script language = "JavaScript" src = "${pageContext.request.contextPath}/js/tarena.js"></script>
	</head>
	<body onLoad="MM_preloadImages('${pageContext.request.contextPath}/images/index_on.gif','${pageContext.request.contextPath}/images/reg_on.gif','${pageContext.request.contextPath}/images/order_on.gif','../images/top/topxmas/jp_on.gif','../images/top/topxmas/download_on.gif','../images/top/topxmas/bbs_on.gif','../images/top/topxmas/designwz_on.gif')" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
		<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table2">
		  <tr>
		    <td align="left" width="7%" background="${pageContext.request.contextPath}/images/top_bg.gif"><img src="${pageContext.request.contextPath}/images/logo.gif" width="286" height="58"></td>
		    <td width="62%" background="${pageContext.request.contextPath}/images/top_bg.gif"> </td>
		    <td width="31%" background="${pageContext.request.contextPath}/images/top_bg.gif" align="right">
			<img src="${pageContext.request.contextPath}/images/top_r.gif" width="352" height="58" border="0"></td>
		  </tr>
		</table>
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
		  <tr>
		    <td background="${pageContext.request.contextPath}/images/dh_bg.gif" align="left" height="12">
		      <table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
		        <tr>
		          <td width="5%"> </td>
		          <td width="10%"><a href="${pageContext.request.contextPath}/ProductAction/toIndex.do" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','${pageContext.request.contextPath}/images/index_on.gif',1)">
					<img name="Image1" border="0" src="${pageContext.request.contextPath}/images/index.gif" width="90" height="36"></a></td>
		          <td width="10%"><a href="${pageContext.request.contextPath}/User/toUserinfo.do" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','${pageContext.request.contextPath}/images/reg_on.gif',1)">
					<img name="Image2" border="0" src="${pageContext.request.contextPath}/images/reg.gif" width="92" height="36"></a></td>
		          <td width="10%"><a href="${pageContext.request.contextPath}/ShopcartAction/toShopcart.do" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','${pageContext.request.contextPath}/images/carts_on.gif',1)">
					<img name="Image4" border="0" src="${pageContext.request.contextPath}/images/cart.gif" width="92" height="36"></a></td>
		          <td width="10%"><a href="${pageContext.request.contextPath}/Order/toOrder.do" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','${pageContext.request.contextPath}/images/order_on.gif',1)">
					<img name="Image5" border="0" src="${pageContext.request.contextPath}/images/order.gif" width="92" height="36"></a></td>
				<c:if test="${userName!=null}">
		          <td width="10%"><a href="${pageContext.request.contextPath}/User/logout.do" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','${pageContext.request.contextPath}/images/exit_on.gif',1)">
					<img name="Image6" border="0" src="${pageContext.request.contextPath}/images/exit.gif" width="92" height="36"></a></td>
				</c:if>
		        </tr>
		      </table>
		    </td>
		  </tr>
		</table>
		<table cellspacing="1" cellpadding="3" align="center" border="0" width="98%">
		<tr>
		<td width="65%"><BR>
		>> 欢迎访问 <b>达内电子商务门户</b> </td>
		<td width="35%" align="right">

		</td></tr></table>


⌨️ 快捷键说明

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