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

📄 line.html

📁 中国银行天津分行源码
💻 HTML
字号:

<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -