招标
南钢焦炉烟气脱硫脱硝环保技术改造职业病危害预评价
金额
-
项目地址
江苏省
发布时间
2018/06/06
公告摘要
公告正文
操作说明:
var bb=document.getElementById('bb').value; if(bb=="false"){ //屏蔽鼠标选中页面文字,屏蔽鼠标右键菜单(IE) document.oncontextmenu=new Function("event.returnValue=false;"); document.onselectstart=new Function("event.returnValue=false;"); //屏蔽鼠标选中页面文字,屏蔽鼠标右键菜单(IE) //屏蔽键盘输入Ctrl+S var ie; var firefox; if (document.all){ ie = true; }else{ ie = false; //判断是否IE } document.onkeydown = KeyPress; //设置键盘事件函数 function KeyPress(){ var key; if (ie){ //Ie使用event.keyCode获取键盘码 key = event.keyCode; }else{ //FireFox使用我们定义的键盘函数的arguments[0].keyCode来获取键盘码 key = KeyPress.arguments[0].keyCode; } //alert(key); if(event.ctrlKey && event.keyCode==83){ event.keyCode=0; event.returnValue=false; } } //屏蔽键盘输入Ctrl+S } var fromtype = document.getElementById('fromtype').value; if(fromtype=="Q"){ var projectNo = document.getElementById('projectNo').value; selectValue.queryAllMap002(projectNo,check1); function check1(data){ //alert("data111111111:"+data); if(data==false){ //alert("data tureid:"); document.getElementById('baoming').style.display='none'; } } } function doApply(){ var divObj=document.getElementById("pageInfoX"); var Hdiv=divObj.offsetHeight; var sWidth=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var sHeight=window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; var winObj=document.createElement( "div "); winObj.setAttribute( 'id ', 'demo '); //winObj.innerHTML="浏览器的内部窗口宽度:" + sWidth + ",高度:" + sHeight + "。" winObj.style.position="absolute"; winObj.style.top= "0"; winObj.style.background= "#000 "; winObj.style.filter= "progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=10,finishOpacity=75 "; winObj.style.opacity= "0.6"; winObj.style.left= "0"; winObj.style.width=sWidth; winObj.style.height=Hdiv; winObj.style.zIndex = "10000"; document.body.appendChild(winObj);//在body内添加该div对象 var url2="/erp/mqq/jsp/mqqjchooselogin.jsp?projectNo=ZG18060014&&inventoryType=G"; var ments=window; var feature = "dialogWidth:406px;dialogHeight:273px;toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no;center:yes"; var temp =window.showModalDialog(url2,window,feature); if(temp=="Reback1"){ //未登陆,手动关闭登陆窗口 document.body.removeChild(winObj);//删除背景层Div }else if(temp=="Reback2"){ //登陆成功后,默认关闭登陆窗口, //alert("Reback2 mqqjInfo"); document.body.removeChild(winObj);//删除背景层Div window.opener=null; window.open('', '_self', ''); window.close(); }else{ //其他情况 默认为 未登陆直接关闭登陆窗口 document.body.removeChild(winObj);//删除背景层Div } } //调用mqqj001L.jsp页面脚本 关闭首页 function doApply11(){ //alert("mqqjInfo.jsp"); window.opener.closePage(); }
返回顶部