📄 menu.js
字号:
function goMenu(menu1, menu2, menu3) {
menu1 = menu1 || null;
menu2 = menu2 || null;
menu3 = menu3 || null;
if(menu1 == '00') {
document.location.href="/index.jsp";
////////////////////////////////////////////////////////////////////////
} else if(menu1 == '01') {
if(menu2 == '00') {
document.location.href="/#";
} else if(menu2 == '01') {
document.location.href="/user.asp";
} else if(menu2 == '02') {
document.location.href="/Publish.asp?action=hangye&depth=0";
} else if(menu2 == '03') {
document.location.href="/Publish.asp";
} else if(menu2 == '04') {
document.location.href="/user_softessays.asp";
} else if(menu2 == '05') {
document.location.href="/user_softessay.asp";
} else if(menu2 == '06') {
document.location.href="/updatepass.asp";
} else if(menu2 == '07') {
document.location.href="/updateinfo_tiao.asp";
}
/////////////////////////////////////////////////////////////////////////////////
} else if(menu1 == '02') {
if(menu2 == '00') {
document.location.href="/Sorting0/Index.html";
} else if(menu2 == '01') {
document.location.href="/Sorting0/Index.html";
} else if(menu2 == '02') {
document.location.href="/Sorting1/Index.html";
} else if(menu2 == '03') {
document.location.href="/Sorting2/Index.html";
}
/////////////////////////////////////////////////////////////////////////////////
} else if(menu1 == '03') {
if(menu2 == '00') {
document.location.href="/Article/Index.html";
} else if(menu2 == '03') {
document.location.href="/Listing/Catalog11/Listing_indate_Desc_1.html";
} else if(menu2 == '04') {
document.location.href="/Listing/Catalog12/Listing_indate_Desc_1.html";
} else if(menu2 == '05') {
document.location.href="/Listing/Catalog13/Listing_indate_Desc_1.html";
}
/////////////////////////////////////////////////////////////////////////////////
} else if(menu1 == '04') {
if(menu2 == '00') {
document.location.href="/Shoping/Catalog1/Shoping_indate_Desc_1.html";
} else if(menu2 == '04') {
document.location.href="/Shoping/Catalog1/Shoping_indate_Desc_1.html";
} else if(menu2 == '05') {
document.location.href="/Shoping/Catalog2/Shoping_indate_Desc_1.html";
} else if(menu2 == '06') {
document.location.href="/Shoping/Catalog3/Shoping_indate_Desc_1.html";
}
/////////////////////////////////////////////////////////////////////////////////
} else if(menu1 == '05') {
if(menu2 == '00') {
//document.location.href="/5";
alert("电信业务没有开放");
} else if(menu2 == '01') {
document.location.href="/statement.html";
} else if(menu2 == '03') {
document.location.href="/link.html";
} else if(menu2 == '04') {
document.location.href="/help.html";
} else if(menu2 == '05') {
document.location.href="/link.html";
} else if(menu2 == '06') {
document.location.href="/user.asp";
}
/////////////////////////////////////////////////////////////////////////////////
} else if(menu1 == '06') {
if(menu2 == '00') {
document.location.href="/6";
} else if(menu2 == '01') {
document.location.href="/6";
} else if(menu2 == '02') {
document.location.href="/6";
} else if(menu2 == '03') {
document.location.href="/6";
} else if(menu2 == '04') {
document.location.href="/6";
} else if(menu2 == '05') {
document.location.href="/6";
} else if(menu2 == '06') {
document.location.href="/6";
}
/////////////////////////////////////////////////////////////////////////////////
} else if(menu1 == '07') {
if(menu2 == '00') {
document.location.href="/7";
} else if(menu2 == '01') {
document.location.href="/7";
} else if(menu2 == '02') {
document.location.href="/7";
} else if(menu2 == '03') {
document.location.href="/7";
} else if(menu2 == '04') {
document.location.href="/7";
} else if(menu2 == '05') {
document.location.href="/7";
} else if(menu2 == '06') {
document.location.href="/7";
}
}
}
/////////////////////////////////////////////////////////////////////////////////
function Productbook() {
document.location.href = "/pageindex.html";
}
function Productcom() {
document.location.href = "/Sorting0/Index.html";
}
//////////////////////////////////////////////////
function ProductAA() {
//document.location.href = "/Sorting0/Index.html";
alert("业务认证没有开放");
}
function ProductAB() {
document.location.href = "/ads.html";
}
function ProductAC() {
document.location.href = "/pageindex.html";
}
///////////////////////////////////////////////////
function ProductBA() {
//document.location.href = "/pageindex.html";
alert("声讯服务没有开放");
}
function ProductBB() {
//document.location.href = "/pageindex.html";
alert("网络服务没有开放");
}
function ProductBC() {
// document.location.href = "/pageindex.html";
alert("通讯服务没有开放");
}
/////////////////////////////////////////////////////
try {
document.all["floater"].style.pixelTop = parseInt(document.all["l_left_menu"].height, 10) + parseInt(14, 10);;
document.all["floater"].style.display = "block";
if(NS || IE) action = window.setInterval("heartBeat()",1);
} catch (exception) {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -