mainframe.html

来自「用java写的网上售书系统 功能详尽 支持各种类别书目查询 分页显示 购物车的暂」· HTML 代码 · 共 24 行

HTML
24
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<frameset rows="109,*" cols="*" framespacing="0" frameborder="no" border="0" bordercolor="#3399CC">
  <frameset rows="75,*" cols="*" framespacing="0" frameborder="no" border="0">
		<frame src="top.html" name="topFrame1" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" id="topFrame1" />
		<frame src="commonDirect.html" name="topFrame" frameborder="no" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" id="topFrame" />
  </frameset>
  <frameset rows="*" cols="176,*" framespacing="0" frameborder="no" border="0">
		<frameset rows="134,*" cols="*" framespacing="0" frameborder="no" border="0">
		  <frame src="form.jsp" name="topFrame2" frameborder="yes" scrolling="No" noresize="noresize" marginwidth="1" marginheight="1" bordercolor="#CC6633" id="topFrame2" />
		<frame src="notes.jsp" name="leftFrame" frameborder="yes" scrolling="No" noresize="noresize" bordercolor="#3366CC" id="leftFrame" />
	</frameset>
		<frame src="content.jsp" name="mainFrame" frameborder="yes" marginwidth="0" marginheight="0" bordercolor="#F9F9F8" id="mainFrame" />
  </frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>

⌨️ 快捷键说明

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