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

📄 main.jsp

📁 oa rar it is the jsp
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<title>网络办公自动化系统</title>
	</head>
	<frameset rows="68,367" cols="*" frameborder="no" id="top">
		<frame src="../face/top.jsp" scrolling="no" name="topframe">
		<frameset rows="*" cols="175,827" frameborder="no"
			bordercolor="#31659C" id="bottom">
			<frameset rows="*" cols="*,10">
				<frame src="../face/left.jsp" scrolling="no" noresize name="leftframe">
				<frame src="../face/ctrl.htm" scrolling="no">
			</frameset>
			<frameset rows="*,48%" cols="*" framespacing="1" frameborder="no"
				border="1">
				<frame src="<%=request.getContextPath() %>/customermanage/customermanage.jsp" scrolling="yes"
					name="bottomFrame">
				<frame src="" name="mainName" frameborder="no"
					scrolling="yes">
			</frameset>
		</frameset>
	</frameset>
	<noframes>
		<body>
		</body>
	</noframes>
</html>

⌨️ 快捷键说明

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