温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:网博新闻管理系统0.1版源码文件
当前文件:
WebabcNews/admin/index.htm,打开代码结构图
WebabcNews/admin/index.htm,打开代码结构图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=utf-8" /> 5
<title>Administrator's Control Panel</title> 6
</head> 7
8
<frameset rows="*" cols="120,*" frameborder="no" border="0" framespacing="0"> 9
<frame src="left.aspx" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" /> 10
<frameset rows="0,*" frameborder="no" border="0" framespacing="0"> 11
<frame src="top.aspx" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" /> 12
<frame src="main.aspx" name="mainFrame" id="mainFrame" /> 13
</frameset> 14
</frameset> 15
<noframes><body> 16
</body> 17
</noframes></html> 18


