main.jsp

来自「企业人力资源管理」· JSP 代码 · 共 26 行

JSP
26
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?