content.html

来自「中国银行天津分行源码」· HTML 代码 · 共 33 行

HTML
33
字号
<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=GBK">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<script language="javascript">
function calCol()
{
	var iwidth=window.screen.availWidth/5.2+3;
	alert(iwidth);
	SysLeftRightFrm.cols=iwidth+",*";
	return;
}
</script>
</head>

<frameset name='SysLeftRightFrm' cols="17.5%,*" framespacing="0" border="0" frameborder="NO">
<frame src="leftPanel.html">


  <frame name="F_Main_Right" src="workspace.htm" scrolling="auto" framespacing="0" >
  <noframes>
  <body>

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

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

</html>

⌨️ 快捷键说明

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