📄 but.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 + -