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

📄 func.htm

📁 Follow me超级搜索引擎V6.2(完美版)绝对是目前全国功能最优秀的超级搜索引擎之一 全国已超过1000个网站和超过100家网吧正在使用本程序 (6.3和6.2功能上变化不大,但修复了很
💻 HTM
字号:
//得到id
function $(id) {
 if (document.getElementById != null) {
 return document.getElementById(id);
 }
 else if (document.all != null) {
 return document.all[id];
 }
 else {
 return null;
 }
}
function openModalDialog(strurl,width,height)
{ // 2.0
	window.showModalDialog(strurl,window,"help: No; resizable: No; status: No;scrollbars:No;center: Yes;dialogWidth:" + width + "px;dialogHeight:" + height + "px;");
} 
function selAll(selitem)
{
	var obj=self.document.all.item(selitem);
	if (obj)
	{
		if (obj.checked != "undefined") obj.checked = !obj.checked;
		for(var i=0;i<obj.length;i++)
		{
			obj[i].checked = !obj[i].checked;
		}
	 }
}

function openWin(strurl,n_width,n_height)
{
	window.open(strurl,"","width="+n_width+" height="+n_height+" menubar=no toolbar=no scrollbars=yes left=0 top=0");
}
function openWin2(strurl,strtitle,n_width,n_height)
{
	window.open(strurl,strtitle,"width="+n_width+" height="+n_height+" menubar=no toolbar=no scrollbars=yes left=0 top=0");
}

function objInnerText(ObjSP,vStr)
{
	if (document.getElementById(ObjSP) != null)
		document.getElementById(ObjSP).innerHTML=vStr.toString();
}
function objSetValue(Obj,vStr)
{
	if (document.getElementById(Obj) != null)
		document.getElementById(Obj).value=vStr;
}
function secBoard(n)
{
	try
	{
		for(i=0;i<secTable.cells.length;i++)
			secTable.cells
		[i].className="sec1";
		secTable.cells[n].className="sec2";
	}
	catch(e){}
	/*
	for(i=0;i<mainTable.tBodies.length;i++)
		mainTable.tBodies
	[i].style.display="none";
		mainTable.tBodies
	[n].style.display="block";
	*/
}
function s12(n)
{
	try
	{
		secTable.cells[n].className="s2";
	}
	catch(e){}
}

⌨️ 快捷键说明

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