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

📄 feventhandler.js

📁 一个较好的公务员管理系统软件源代码
💻 JS
字号:
function handleClick()
{
        var oRow;
        var roleCode,funCode;
        if (arguments.length==0)
                return;
        oRow=arguments[0];//当前单击的行对象
        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);

}

⌨️ 快捷键说明

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