mainframe.jsp

来自「仍晨城地夺厅里枯无可奈何花落去 要 夺 夺夺 地顶替」· JSP 代码 · 共 19 行

JSP
19
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<frameset rows="87,*" cols="*" framespacing="1" frameborder="yes" border="1" bordercolor="#CC66FF">
  <frame src="top.html" name="topFrame" scrolling="NO" noresize >
  <frameset rows="*" cols="189,*" framespacing="1" frameborder="yes" border="1" bordercolor="#FFFFFF">
    <frame src="left.htm" name="leftFrame" scrolling="NO" noresize>
    <frame src="welcome.jsp" name="mainFrame" frameborder="yes" bordercolor="#CC66FF">
  </frameset>
</frameset>
<noframes><body>

</body></noframes>
</html>

⌨️ 快捷键说明

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