📄 default.asp
字号:
<!-- #include virtual="/eB3KTransaction.asp" -->
<HTML><HEAD><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><LINK REL=stylesheet HREF="/Client/All.css" TYPE="text/css"><script src="/Client/ebComm.js"></script></HEAD>
<script src="/client/ebo.js"></script>
<script src="/client/Request.js"></script>
<script src="/client/IClient.js"></script>
<script src="/client/IServer.js"></script>
<script src="/client/grid.js"></script>
<script src="/client/cbLib.js"></script>
<script src="/client/datectrl.js"></script>
<body leftmargin="0" topmargin="20">
<p align = center>员工信息查询</p>
<p align = center>姓名: <input type=text id=Name></p>
<p align = center>职位: <input type=text id=EngageLevel></p>
<p align = center>
出生年月: <input type=text id=Age1> <input type="button" value="↓" onClick="dateShow(Age1)">---
<input type=text id=Age2> <input type="button" value="↓" onClick="dateShow(Age2)">
</p>
<iframe id=bdSelectArea width=100 height=500 style="DISPLAY: none" border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0></iframe>
<iframe id=bdSelectArea2 width=500 height=500 style="DISPLAY: none" border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0></iframe>
<iframe id=bdLoadSave width=0 height=0 style="DISPLAY: none" border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0></iframe>
</p>
<div id=bdPanel width=100 height=60 style="position:absolute; display:none; border:1 solid #000000">
<div id=xbdPanelMemo><input id=xtxtMemo size=30 OnFocus="this.select()" OnKeyPress="xEnterKeyDo(xpanelMemoModify)"> <input type=button value="确定" onclick="xpanelMemoModify()"> <input type=button value="删除" onclick="xpanelDelete()"></div>
<div id=gbdPanelMemo><input id=gtxtMemo size=30 OnFocus="this.select()" OnKeyPress="gEnterKeyDo(gpanelMemoModify)"> <input type=button value="确定" onclick="gpanelMemoModify()"> <input type=button value="删除" onclick="gpanelDelete()"></div>
<div id=jbdPanelMemo><input id=jtxtMemo size=30 OnFocus="this.select()" OnKeyPress="jEnterKeyDo(jpanelMemoModify)"> <input type=button value="确定" onclick="jpanelMemoModify()"> <input type=button value="删除" onclick="jpanelDelete()"></div>
<div id=zbdPanelMemo><input id=ztxtMemo size=30 OnFocus="this.select()" OnKeyPress="zEnterKeyDo(zpanelMemoModify)"> <input type=button value="确定" onclick="zpanelMemoModify()"> <input type=button value="删除" onclick="zpanelDelete()"></div>
<div id=bdPanelProduct><input type=button value="删除" onclick="panelDelete()"></div>
</div>
<p align = center>
<input type="button" value="搜索" onClick="searchClick(this)">
<input type="button" value="取消" onClick="Reset()">
</p>
</body>
<script>
function cbSearch(ifrid, fun, data){
if (fun=='start'){
ifrid.document.title=getMainTitle();
//window.location = '../../Worker/default.asp';
}
}
function searchClick(obj){
obj.disabled=true;
eboGet();
var newindow=window.open('', 'liwei','toolbar=no,directories=no menubar=no,scrollbars=yes,resizable=yes,location=no,width=780,heigth=550,left=0,top=46');
IServer(newindow,'worker.Search',outdata,cbSearch);
outdata=new Array();
obj.disabled=false;
}
function Reset(){
var i;
for (i=0;i<_ebo.length;i++){
_ebo[i].id.value='';
}
}
</script>
<script Title="eboReg">
eboReg('Name',Name,'',deftextproc);
eboReg('EngageLevel',EngageLevel,'',deftextproc);
eboReg('Age1',Age1,'',deftextproc);
eboReg('Age2',Age2,'',deftextproc);
</script>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -