温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:javascript写的windows资源管理器
当前文件:
JSResourceManager/style/Frameset.html,打开代码结构图
JSResourceManager/style/Frameset.html,打开代码结构图1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 2
<html xmlns="http://www.w3.org/1999/xhtml"> 3
<head> 4
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 5
<title>无标题文档</title> 6
</head> 7
<!--主框架集,rows为上中下分开--> 8
<frameset rows="*,80%,10%" framespacing="1" frameborder="No" border="0"> 9
<!--上方的内页--> 10
<frame src="top.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" /> 11
<!--子框架集,cols为左中右分开--> 12
<frameset rows="*" cols="19%,2%,*"framespacing="1" frameborder="No" border="0"id="f2"> 13
<!-- 左边的内页--> 14
<frame src="left.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" /> 15
<!-- 中间的内页。--> 16
<frame src="content.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" /> 17
<!-- 右边的内页。--> 18
<frame src="right.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" /> 19
</frameset> 20
<frame src="bouutm.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" /> 21
</frameset> 22
<noframes>你需要 Internet Explorer 版本 3.0 或更高版本才能查看框架</noframes> 23
<body> 24
</body> 25
</noframes></html> 26


