index.jsp

来自「一个完整的办公资源管理系统」· JSP 代码 · 共 25 行

JSP
25
字号
<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>办公业务资源系统(标准版)</title>
</head>

<frameset  id="ind" rows="71,8,*" cols=* frameBorder=NO framespacing="0" border="0" frameborder="0">
	<frame name="header"  noresize scrolling="no" target="main" src="top.jsp" marginwidth="0" marginheight="0">
	<frame name="arrow_x"  noresize scrolling="no" target="main" src="framearrow_x.jsp" marginwidth="0" marginheight="0">
	<frame name="main" src="frame.jsp" marginwidth="0" marginheight="0" scrolling="auto">
	<noframes>
	<body>

	<p>此网页使用了框架,但您的浏览器不支持框架。</p>

	</body>
	</noframes>
</frameset>

</html>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

⌨️ 快捷键说明

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