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

📄 top.jsp

📁 本系统是struts+hibernate完成的,主要功能是一个网上购物管理系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="ISO-8859-1"%>

<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
	prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"
	prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
	prefix="logic"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles"
	prefix="tiles"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template"
	prefix="template"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested"
	prefix="nested"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
	<html:base />

	<title>top.jsp</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">
	-->

</head>

<body bgcolor="E2F1F6" leftmargin="0" topmargin="0" marginwidth="0"
	marginheight="0">
	<table width="103%" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td colspan="3">
				<img src="images/topbgcolor.jpg" width="1012" height="92">
			</td>
		</tr>
		<tr>
			<td width="16%" height="25" background="images/daohang_bg.jpg">
				<div align="center">
				</div>
			</td>
			<td width="74%" background="images/daohang_bg.jpg">
				<div align="left">
				</div>
			</td>
			<td width="10%" background="images/daohang_bg.jpg">
				<div>
				<a href="#" onClick="parent.window.close();"><img
						src="images/out.gif" width="60" height="19" border="0"
						align="absmiddle"> </a>
				</div>
			</td>
		</tr>
	</table>

</body>
</html:html>

⌨️ 快捷键说明

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