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

📄 index.jsp

📁 JSP课件以及一个网上书店系统程序,带数据库
💻 JSP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
		<title>KIOK图书在线销售</title>
		<link href="style1.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
<%@ include file="inc/conn.jsp"%>
	 <!--首页上部分-->
		<%@ include file="index_Top.jsp"%>
		<table width="900" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table3">
			<tr>
				<td width="282" height="37" valign="top"><img src="pic/Logo_Bottom.jpg" width="282" height="37" /></td>
				<td width="14" rowspan="14" valign="top"><img src="pic/Heigh_Bar.jpg" width="14" height="353" /></td>
				<td width="600" rowspan="14" valign="top"><br />
					<!--用户登录表单开始-->
					<iframe border="0" name="main_trg" marginWidth="0" marginHeight="0" src="mem_Login.jsp"
							frameBorder="0" width="600" height="45" >浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe>
					<!--用户登录表单结束-->
					<br />
					<!--在首页显示系统中的图书分类明细-->
					<%@ include file="book_Categorys.jsp"%>
					<br />
					<div align="left" class="ProductText">
						&nbsp;&nbsp;&nbsp;&nbsp;当前位置:首页>>></div>
					<table width="95%" border="0" align="center" cellPadding="0" cellSpacing="0" ID="Table6">
						<tr>
							<td background="pic/Comments.jpg" height="64">
								<table height="20" cellSpacing="0" cellPadding="0" width="100%" border="0" ID="Table7">
									<tr>
										<td width="9%" height="38"></td>
										<td height="20"><span class="CategoryTitleCn">新书快递</span>&nbsp;&nbsp;&nbsp;<span class="CategoryTitleEn">Book PreView </span>
										</td>
										<td align="center"><span class="CategoryTitleEn">More&gt;&gt;&gt;</span></td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
					<!--首页中的新书快递模块(图片形式)-->
					<%@ include file="newsBook_Pic.jsp"%>
					<HR size="1" noshade="noshade" color="#525D76">
					<!--首页中的新书快递模块(文本形式)-->
					<%@ include file="newsBook_Text.jsp"%>
					<br />
					<div align="center">
						<A HREF="redir_AD.asp?url=http://www.cybertang.com/lover_day&image=ad/valentine.gif">
							<IMG SRC="ad/valentine.gif" ALT="邮政网-EMS礼仪服务“2-14”" WIDTH="468" HEIGHT="60" BORDER="0"></A>
					</div>
					<br />
					<table width="580" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table16">
						<tr align="center">
							<td><img src="ad/aspnet.gif" width="180" height="60" border="0">
							</td>
							<td><img src="ad/dcyb.jpg" width="180" height="60" border="0">
							</td>
							<td><img src="ad/zz.gif" width="180" height="60" border="0">
							</td>
						</tr>
					</table>
			  </td>
			</tr>
			<tr>
				<td height="322" valign="top" background="pic/Left_Menu_bg.jpg"><br />
					<!--显示系统的最新新闻动态-->
					<%@ include file="news_Dynamic.jsp"%>
			  </td>
			</tr>
			<tr>
				<td height="201" valign="top" background="pic/Left_Menu_bg1.jpg"><br />
					<!--图书搜索表单-->
					<%@ include file="book_Search.jsp"%>
					<br />
					<!--图书热点排行榜-->
					<%@ include file="book_Hots.jsp"%>
			  </td>
			</tr>
		</table>
		<table width="900" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table1">
			<tr>
				<td width="283" valign="bottom" background="pic/Left_Menu_bg1.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0" ID="Table2">
						<tr>
							<td><img src="pic/1.gif" width="282" height="178" /></td>
						</tr>
					</table>
			  </td>
				<td width="617" valign="top"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table23">
						<tr>
							<td background="pic/Comments.jpg" height="64"><table height="20" cellspacing="0" cellpadding="0" width="100%" border="0" ID="Table24">
									<tr>
										<td width="9%" height="38"></td>
										<td height="20"><span class="CategoryTitleCn">好书推荐</span>&nbsp;&nbsp;&nbsp;<span class="CategoryTitleEn">Book Recommend </span>
										</td>
										<td align="center"><span class="CategoryTitleEn">More&gt;&gt;&gt;</span></td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
					<!--首页中的新书推荐模块(图片形式)-->
					<%@ include file="bookRec_Pic.jsp"%>
					<HR width="95%" size="1" noshade="noshade" color="#525D76">
					<!--首页中的新书推荐模块(文本形式)-->
					<%@ include file="bookRec_Text.jsp"%>
					<br />
					<div align="center">
						<img src="pic/Body_line.jpg" width="581" height="1" /></div>
			  </td>
			</tr>
	</table>
		<!--首页底部页面-->
		<%@ include file="index_End.jsp"%>
	</body>
</html>

⌨️ 快捷键说明

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