温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:javascript写的windows资源管理器
当前文件:
JSResourceManager/style/content.html,打开代码结构图
JSResourceManager/style/content.html,打开代码结构图1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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
8
<body> 9
<input name="f" type="button" value="关闭" onclick="window.parent.f2.cols='0%,2%,*';" /> 10
</body> 11
</html> 12


