?? js.js
字號:
// JavaScript Document
function goto()
{
if(document.all("leftmenu").style.display == "")
{
document.all("leftmenu").style.display = "none";
gotobar.innerHTML = "<img src='../Images/gotoright.gif' alt='縮小' style='cursor:hand'>";
}
else
{
document.all("leftmenu").style.display = "";
gotobar.innerHTML = "<img src='../Images/gotoleft.gif' alt='放大' style='cursor:hand'>";
}
}
function localhost(val)
{
location.href = "Sel_lesson.asp?proid="+val;
//document.write(form.name);
//form.action = "adm_Mainleft_sel.asp?proid="+val;-----注意,這里的action不能是自己,不然submit()不好使。
//form.submit();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -