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

📄 right.jsp

📁 新闻发布系统 jsp制作。可应用与毕业设计
💻 JSP
字号:
<%@ page isELIgnored="false" language="java" import="java.util.*"
	pageEncoding="gbk"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<base href="<%=basePath%>">

		<title>My JSP 'right.jsp' starting page</title>

		<meta http-equiv="pragma" content="no-cache">
		<meta http-equiv="cache-control" content="no-cache">
		<meta http-equiv="expires" content="0">
		<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
		<meta http-equiv="description" content="This is my page">
		<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css">
<!--
body {
	background-image: url(image/qiantai/welcome.jpg);
	background-repeat: no-repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-family: 宋体;
	font-weight: bold;
}
.STYLE1 {
	font-size: x-large;
	font-weight: bold;
	color: #0066FF;
}
-->
  </style>
	</head>

	<body>

		<table width="913" border="0">
			<tr>
				<td width="903">
					<img src="image/houtai/head.jpg" width="1000" height="77">
				</td>
			</tr>
		</table>

		<blockquote>
			<p>
				&nbsp;
			</p>
			<table width="437" height="78" border="0">
				<tr>
					<td width="437" height="56" align="center">
						<span class="STYLE1">使用新闻管理系统</span>
					</td>
				</tr>
			</table>
			<p>
				&nbsp;
			</p>
			<p>
				&nbsp;
			</p>
			<p>
				&nbsp;
			</p>
			<br>
			<hr color="#0099FF" size="3">
			<TR align=middle bgColor=#ffffff>
				<TD>
					<TABLE cellSpacing=0 cellPadding=0 width=928 border=0>
						<TBODY>
							<TR>
								<TD class=black align=left height=75>

									<A href="http://localhost:8080">公司招聘</A> -
									<A href="http://localhost:8080">网站登录</A> -
									<A href="http://localhost:8080">帮助中心</A> -
									<A href="http://localhost:8080">广告服务</A> -
									<A href="http://localhost:8080">联系方式</A> -
									<A href="http://localhost:8080">保护隐私权</A> -
									<A href="http://localhost:8080">公司介绍</A>
									<BR>
									copyright &copy; 2007 only were part of ShuaiHuiXiang.哈哈公司 版权所有
								</TD>
							</TR>
						</TBODY>
					</TABLE>
				</TD>
			</TR>
		</blockquote>

	</body>
</html>

⌨️ 快捷键说明

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