but.htm

来自「PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后」· HTM 代码 · 共 29 行

HTM
29
字号
<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 + =
减小字号Ctrl + -
显示快捷键?