line.html

来自「中国银行天津分行源码」· HTML 代码 · 共 50 行

HTML
50
字号

<html>

<head>
<script type='text/javascript'>
var h_y = 90; //window.screen.availHeight/6.6;
parent.parent.parent.parent.SysTopDownFrm.rows = h_y+',*';
function ShowOrHide(str)
{
  var left_width = window.screen.availWidth/5.2 ;
	var w_x = left_width - 23;
	var iwidth = left_width + 4 - 23;

	if(parent.creazy.cols == '*,7')
	{
		//alert(7);
		//alert(iwidth);
		parent.parent.SysLeftRightFrm.cols= iwidth+",*";
		parent.creazy.cols=w_x+',4';
		parent.creazy.cols="*,4";
		//parent.parent.SysLeftRightFrm.cols=iwidth+",*";
		str.title = "隐藏主菜单";
	}
	else
	{
		//alert(4);
		parent.creazy.cols = "0,7";
		parent.parent.SysLeftRightFrm.cols="7,*";
		parent.creazy.cols="*,7";
		str.title = "显示主菜单";
	}
}
function showhide(str)
{
	if(parent.creazy.cols=="0,7")
	{
		parent.creazy.cols=w_x+",4";
		parent.creazy.cols="*,4";
		parent.parent.SysLeftRightFrm.cols=iwidth+",*";
		str.title="隐藏主菜单";
		
	}
}
</script>
</head>

<body bgcolor="#d2d2d2" onclick="ShowOrHide(this)" onmousedown="showhide(this) " style='cursor:hand' leftmargin="0" topmargin="0">
</body>
</html>

⌨️ 快捷键说明

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