frameline.html

来自「jsp开发的在线答疑系统」· HTML 代码 · 共 24 行

HTML
24
字号
<% @page contentType="text/html"%>
<% @page pageEncoding="GBK"%>
<html>
	<head>
		<title>在线答疑系统</title>
		<meta http-epuiv="Content-Type"
		content="text/html;charset=gb2312">
	</head>
	<frameset bordercolor="#8E8E8E"rows="111,*,30" framespacing="0" frameborder="10" border="0" >
		<frame name=topFrame noresize scrolling="no"
		src=top.html marginheight="6">
		<frameset cols="180,*" framespacing="0" frameborder="10" border="0">
			<frame src="left.html" name="leftFrame" scrolling="auto" noresize>
			<frame src="login.jsp"name="mainFrame" scrolling="auto">
		</frameset>
		<frame name=bottonFrame noresize scrolling="no"
		src="down.html" marginheight="2">
		<noframes>
			<body >
				<h1>不支持Frame</h1>
			</body>
		</noframes>
	</frameset>
	<html>

⌨️ 快捷键说明

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