📄 frameline.html
字号:
<% @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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -