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

📄 functiona.js

📁 本系统的使用可以将工作的部分流程使用计算机的办公自动化处理
💻 JS
字号:
function init()
{
  if (parent.frames("SelBut").window.document.all.tags("BUTTON").length>0)
     parent.frames("SelBut").document.all.item("btnRightAll").disabled=(FunctionList.length>0?0:1);
}

function addFunction()
{
 if(document.all.item("FunctionList").selectedIndex>=0)
 	parent.frames("SelBut").selectThis();
}

function selectThis()
{
  var index;
  index=FunctionList.selectedIndex;
  if (parent.frames("AddFunction").PreiorSel!="")
  {
    parent.frames("AddFunction").document.all.item("Tb").rows(parent.frames("AddFunction").PreiorSel).className="Normal";
    parent.frames("SelBut").document.all.item("btnLeft").disabled=1;
  }
  parent.frames("SelBut").document.all.item("btnRight").disabled=(index>=0?0:1);
}

⌨️ 快捷键说明

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