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

📄 main.jsp

📁 企业人力资源管理
💻 JSP
字号:
<%@ page language="java" pageEncoding="gbk"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>主页</title>
		<!--关闭父窗口,即登录窗口-->
		<script language="javascript">
		    window.opener.open('','_top')
			window.opener.top.close() ;
		</script>
	</head>
	<frameset rows="*,60" framespacing="0" frameborder="no">
		<frameset cols="200,*">
			<frame src="/hr/baseConfig.do?method=toBodyUrl&url=left"
				name="frame_left" noresize="noresize" scrolling="no" />
			<frameset rows="100,*">
				<frame src="/hr/baseConfig.do?method=toBodyUrl&url=top"
					name="frame_top" noresize="noresize" scrolling="no" />
				<frame src="/hr/baseConfig.do?method=toBodyUrl&url=body"
					name="frame_body" noresize="noresize" />
			</frameset>
		</frameset>
		<frame src="/hr/baseConfig.do?method=toBodyUrl&url=bottom"
			name="frame_bottom" noresize="noresize" scrolling="no" />
	</frameset>
</html>

⌨️ 快捷键说明

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