您目前尚未登陆,请选择【登陆】或【注册
首页->新闻文章->Handson简单新闻系统后台源码>>window/index2.html>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Handson简单新闻系统后台源码
当前文件:文件类型 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
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Handson简单新闻系统后台源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号