⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 but.htm

📁 PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后
💻 HTM
字号:
<html>
<head><title>天下图摘(www.cn3.cn)</title>
<script language="javascript">
<!--
var iniCols, noCols, o_mf, o_ms, s;
function ini() {
	o_mf = parent.document.getElementById("fset");
	o_ms = document.getElementById("menuSwitch");
	noCols = iniCols = o_mf.cols;
	if ((pos = noCols.indexOf(",")) != -1) {
		noCols = "0" + noCols.substring(pos);
	}	
	s = false;
}
function changeLeft(){
	s = !s;
	o_mf.cols = s ? noCols : iniCols;
	o_ms.innerHTML = s ? "<img border=0 alt='展开' src='images/to_right.gif'>" : "<img border=0 alt='缩进' src='images/to_left.gif'>";
}
//-->
</script>
</head>
<body onload="ini()">
<table width=100% height=100% border=0 cellpadding=0 cellspacing=0>
  <tr bgcolor="#55B0A7"> 
    <td width=100% height=100%> <a href="javascript:changeLeft();" id="menuSwitch"><img border=0 alt="缩进" src="images/to_left.gif" width="9" height="79"></a> 
    </td>
  </tr></table>
</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -