?? feventhandler.js
字號(hào):
function handleClick()
{
var oRow;
var roleCode,funCode;
if (arguments.length==0)
return;
oRow=arguments[0];//當(dāng)前單擊的行對(duì)象
funCode= oRow.cells(1).innerText;
roleCode=parent.frames("SelBut").document.getElementById("roleID").value;
var strURL="functionAivial.jsp?action=getnoselectlist&roleID="+roleCode+"&funCode="+funCode;
var strURL1 ="functionSelected.jsp?action=getselectlist&roleID="+roleCode+"&funCode="+funCode;
parent.frames("FunctionList").window.location.replace(strURL);
parent.frames("AddFunction").window.location.replace(strURL1);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -