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

📄 goodinfo.jsp

📁 Java购物车及JSTL的应用
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GB18030"
	pageEncoding="GB18030"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
		<title>美讯集团产品发布平台</title>
		<LINK id=MainCss href="/Store/css/style.css" type="text/css"
			rel=stylesheet>

		<SCRIPT language=javascript src="/BookShop/css/Ajax_IndexLoad.js"
			type=text/javascript charset=gb2312> </SCRIPT>
	</head>

	<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<%
		session.setAttribute("url", request.getRequestURI());
		%>
		<%@ include file="./Head.jsp"%>

		<table width="742" border="0" align="center" cellpadding="0"
			cellspacing="0" bgcolor="#669999">
			<tr bgcolor="#669999">
				<td height="20" colspan="3">
					&nbsp;
				</td>
			</tr>
			<tr>
				<td width="170" height="20" valign="top" bgcolor="#669999">
					<%@ include file="./Login.jsp"%>
				</td>
				<td width="8" bgcolor="#669999">
					&nbsp;
				</td>
				<td width="559" valign="top" bgcolor="#669999">
					<c:forEach var="good" items="${goodlist}">
						<table width="100%" border="0">
							<tr>
								<td height="20" valign="bottom" bgcolor="#cccccc" class="w-3">
									<strong>产品详情-&gt;${good.bname}</strong>
								</td>
							</tr>
						</table>
						<br>
						<table width="100%" border="0">
							<tr>
								<td width="100%" class="w-1">

								</td>
							</tr>
						</table>
						<br />
						<table width="100%" border="0">
							<tr>
								<td width="42%" rowspan="5" valign="top">
									<img src='../pic/${good.bpic }' width="230" height="179" />
								</td>
								<td width="13%" class="w-1">
									<div align="right">
										产品型号:
									</div>
								</td>
								<td width="45%" class="w-1">
									&nbsp;${good.btid}
								</td>
							</tr>
							<tr class="w-1">
								<td>
									<div align="right">
										产品名称:
									</div>
								</td>
								<td>
									&nbsp;${good.bname}
								</td>
							<tr class="w-1">
								<td>
									<div align="right">
										产品价格:
									</div>
								</td>
								<td bgcolor="#669999">
									&nbsp;${good.bprice*good.babate}元
								</td>
							</tr>
							<tr class="w-1">
								<td>
									<div align="right">
										运输费用:
									</div>
								</td>
								<td>
									&nbsp;${good.bfreight }元
								</td>
							</tr>
							<tr class="w-1">
								<td>
									&nbsp;
								</td>
								<td>
									&nbsp;
								</td>
							</tr>
						</table>
						<br>

						<font class="w-1 STYLE1">技术规格:</font>
						<br>

						<hr>
						<table width="100%" border="0">
							<tr>
								<td>
									<font class="w-1">${good.bspec}</font>
								</td>
							</tr>
						</table>
						<br />
						<br />

						<font class="w-1 STYLE1">详细介绍:</font>
						<br />
						<hr>
						<table width="100%" border="0">
							<tr>
								<td>
									<font class="w-1">${good.bxremark }</font>
								</td>
							</tr>
						</table>

						<table width="200" border="0" align="right">

							<tr>
								<td width="135">
									<div align="right">

										<a
											href="../OrderServlet?action=buy&btid=${good.btid}&bname=${good.bname }&bprice=${good.bprice*good.babate}">
											<img src='../pic/l-1.jpg' width='61' height='17' border="0">
										</a>
									</div>
								</td>
								<td width="55">
									&nbsp;
								</td>
							</tr>
						</table>
					</c:forEach>
					<br>
					<br>
					<br>
					<br>
					<br>
					<br>
					<br>
				</td>
			</tr>
		</table>
		<%@ include file="./Tail.jsp"%>
	</body>
</html>

⌨️ 快捷键说明

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