温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Handson简单新闻系统后台源码
当前文件:
HandsonNews/window/index2.html,打开代码结构图
HandsonNews/window/index2.html,打开代码结构图1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> 2
<html> 3
<head> 4
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 5
<title>Handson新闻系统</title> 6
</head> 7
<script src="js/out.js"></script> 8
<frameset rows="64,*" cols="*" framespacing="0" frameborder="NO" border="0" id="mainset"> 9
<frame src="top.html" name="topFrame" scrolling="NO" noresize > 10
<frameset rows="*,32,0,0" cols="*" framespacing="0" frameborder="NO" scrolling="no" border="0"> 11
<frameset rows="*" cols="128,14,*" framespacing="0" frameborder="NO" scrolling="no" border="0" id="fset2"> 12
<frame src="outlookleft.html" name="leftFrame" scrolling="no" > 13
<frame name="callleftmenu" scrolling="no" src="callleftmenu.html" frameborder="0" noresize="noresize"> 14
<frameset rows="42,*" cols="*" frameborder="NO" border="0" framespacing="0"> 15
<frame src="middle.html" name="middleFrame" scrolling="no" noresize > 16
<frameset cols="100%,0" id="fset3"> 17
<frame src="main.html" name="mainFrame" /> 18
</frameset> 19
</frameset> 20
</frameset> 21
<frame src="foot.html" name="bottomFrame" scrolling="NO" noresize> 22
<noframes><body> 23
</body></noframes> 24
</html> 25
26


