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

📄 tool.js

📁 客户
💻 JS
字号:
// JavaScript Document
function SearchLeft(){
//alert('aaa');
var width

width=parent.l.cols;
	if(width.indexOf("0,*")==0){
		//parent.l.cols = width.replace("0,*","230,*");
		//search_left.className="menuout1";
		top.parent.main.Imain.doSearch();
		//top.parent.main.Imain.searchs();
	}
	else if(width.indexOf("230,*")==0){
		//parent.l.cols = width.replace("230,*","0,*");
		//search_left.className="menuout";
		top.parent.main.Imain.doSearch();
		//top.parent.main.searchs.location="/search.jsp";
	}
}

function PersonnelRight(){
var width

width=parent.l.cols;
	if(width.indexOf("*,0")!=-1){
		parent.l.cols = width.replace("*,0","*,110");
		search_left.className="menuout1";
		top.parent.main.list.location.reload();
	}
	else if(width.indexOf("*,110")!=-1){
		parent.l.cols = width.replace("*,110","*,0");
		search_left.className="menuout";
		top.parent.main.list.location.reload();
	}
}

⌨️ 快捷键说明

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