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