📄 functionl.js
字号:
var PreiorSel;
function selectThis(RowID)
{
var FunCode;
if (PreiorSel!="" && PreiorSel!=null)
Tb.rows(PreiorSel).className="Normal";
RowID.className="Selected";
FunCode=RowID.cells(0).innerText;
PreiorSel=RowID.id;
showInfo(FunCode);
}
function showInfo(FunCode)
{
var url;
url="functionAivial.jsp?RoleID="+RoleID.value+"&FunCode="+FunCode;
parent.frames.item("FunctionList").window.location.replace(url);
url="functionSelected.jsp?RoleID="+RoleID.value+"&FunCode="+FunCode;
parent.frames.item("AddFunction").window.location.replace(url);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -