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

📄 hotmail___90805000454.js

📁 可实现科研信息管理系统的功能,有项目管理,教师管理,科研项目管理等多项内容
💻 JS
📖 第 1 页 / 共 2 页
字号:
frm.action="/cgi-bin/kill";frm.ReportLevel.value="2";}num=((first) ? slct1st(frm) : numChecked(frm));if (num>0){frm._HMaction.value=act;if (dosub)frm.submit();}elseErr("150995731");}function PI(act,first,dosub,selValue){if(selValue=="CreateFolder")G("/cgi-bin/dofolders?Create.x=Create&from=inbox");else{frm.tobox.value=selValue;Subm(act,first,dosub);}}function numChecked(){j=0;for(i=0;i<frm.length;i++){e=frm.elements[i];if (e.type=='checkbox' && e.name != 'allbox' && e.checked)j++;		}return j;}function slct1st(){j=0;for(i=0;i<frm.length;i++){e=frm.elements[i];if (e.type=='checkbox' && e.name != 'allbox' && e.checked)if(j==1) e.checked=false;else j=1;}return j;}function Mail(strCmd,e){EncFields();switch (strCmd){case "Send":if (!e)	var e = window.event;e.cancelBubble = true;if (e.stopPropagation) e.stopPropagation();Send();break;case "Cancel":Cancel();break;case "Save":Save();break;case "AttachFile":case "AttachContact":case "RemoveFile":Attachment(strCmd);break;case "Bcc":ShowBcc();break;case "High":case "Low":Importance(strCmd);break;case "AddOrigonalText":AOT();break;case "SpellChk":case "Dictionary":case "Thesaurus":LangTool(strCmd);break;case "RTE":TogRTE();break;}}function Importance(strCmd){var HighDataTD = document.all.HighTD;var LowDataTD = document.all.LowTD;if (strCmd=="High"){if (IStatus=="" || IStatus=="L"){HighDataTD.className='T';LowDataTD.className='P';IStatus=frm.importance.value="H";}else{HighDataTD.className='P';IStatus=frm.importance.value="";}}else{if (IStatus=="" || IStatus=="H"){LowDataTD.className='T';HighDataTD.className='P';IStatus=frm.importance.value="L";}else{LowDataTD.className='P';IStatus=frm.importance.value="";}}}function SIG(){if (frm.sigflag.value && document.hiddentext.sigtext.value.length > 0){if (document.hiddentext.sigtext.value.match(/<html>/)!=null){var _frame = XformFrame.document;_frame.designMode="on";_frame.open("text/html","replace");_frame.write(document.hiddentext.sigtext.value);_frame.close();frm.body.value += '\r\n\r\n';frm.body.value += _frame.body.innerText;_frame.body.innerHTML="";}else{frm.body.value = '\r\n\r\n'+document.hiddentext.sigtext.value+'\r\n\r\n'+frm.body.value;}}}function DRFT(){if (document.hiddentext.drafttext.value.match(/<html>/)!=null){var _frame = document.XformFrame.document;_frame.designMode="on";_frame.open("text/html","replace");_frame.write(document.hiddentext.drafttext.value);_frame.close();frm.body.value += _frame.body.innerText;_frame.body.innerHTML="";}else{frm.body.value += document.hiddentext.drafttext.value;}}function FTF() {iCount = 0;if (document.activeElement != frm.to) {if (iCount >= 0 && iCount < 10) {frm.to.focus();iCount++;}setTimeout("FTF()",0)}}function setIt(H){qF=H;document.ToInd.src = document.CcInd.src = document.BccInd.src = 'http://65.54.246.24/spacer.gif';if (H=="to")document.ToInd.src = 'http://65.54.246.24/i.p.toarrow.gif';if (H=="cc")document.CcInd.src ='http://65.54.246.24/i.p.toarrow.gif';if (H=="bcc")document.BccInd.src = 'http://65.54.246.24/i.p.toarrow.gif';}function MIT(qaName){if (frm.elements[qF].value.length == 0 || frm.elements[qF].value.indexOf(qaName) == -1) {if (frm.elements[qF].value.length != 0 && frm.elements[qF].value.charAt(frm.elements[qF].value.length - 1) != ",")frm.elements[qF].value += ",";frm.elements[qF].value += qaName;}}var aCh="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";var dCh="0123456789";var asCh=aCh + dCh + "!\"#$%&'()*+,-./:;<=>?@[\]^_`{}~";var folderID="";ie=document.all?1:0function G(UR){if (!e)var e=window.event;if (e)e.cancelBubble=true;if(UR)location.href=UR+"&"+_UM;}function CallPaneHelp(a,b){CPH(a,b)}function CPH(T,TD) {if (T.indexOf(".htm")<0) {bSearch=true;H_KEY=T;L_H_TEXT=TD;} else { bSearch=false;H_TOPIC=T;}DoHelp();}function isAlphaNum(S){var AlphaNum=aCh + dCh;for (var i=0; i < S.length; i++){if (AlphaNum.indexOf(S.charAt(i)) == -1)return false;}return true;}function isASCII(S){for (var i=0; i < S.length; i++){if (asCh.indexOf(S.charAt(i)) == -1)return false;}return true;}function ValidateEmail(S){var R=false;if (typeof(S) != "undefined"){if (/^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/.test(S))R=S;}return R;}function ValidateLooseEmail(S){var resultS=S.replace(/ /gi, "");var atIndex  =resultS.indexOf("@");var dotIndex =resultS.lastIndexOf(".");if( resultS == "" || !isASCII(resultS) || dotIndex == -1)return "";if ( resultS.lastIndexOf("@") != atIndex || resultS.charAt(atIndex+1) == ".")return "";if ( atIndex <= 0 || dotIndex < atIndex ||  dotIndex >= resultS.length-1)return "";return resultS;}function ValidateDomain(S){var resultS=S.replace(/ /gi, "");var atIndex  =resultS.indexOf("@");var dotIndex =resultS.lastIndexOf(".");if( resultS=="" || !isASCII(resultS) || dotIndex == -1)return "";if ( atIndex > 0 || resultS.charAt(atIndex+1) == "." || dotIndex >= resultS.length-1 )return "";return resultS.replace(/@/i, "");}function isEmail(S) {var pass=0;if (window.RegExp) {var tempS="a";var tempReg=new RegExp(tempS);if (tempReg.test(tempS)) pass=1;}if (!pass)return (S.indexOf(".") > 2) && (S.indexOf("@") > 0);var r1=new RegExp("(@.*@)|(\\.\\.)|(@\\.)|(^\\.)");var r2=new RegExp("^[a-zA-Z0-9\\.\\!\\#\\$\\%\\&\\'\\*\\+\\-\\/\\=\\?\\^\\_\\`\\{\\}\\~]*[a-zA-Z0-9\\!\\#\\$\\%\\&\\'\\*\\+\\-\\/\\=\\?\\^\\_\\`\\{\\}\\~]\\@(\\[?)[a-zA-Z0-9\\-\\.]+\\.([a-zA-Z]{2,3}|[0-9]{1,3})(\\]?)$");return (!r1.test(S) && r2.test(S));}function BFX(){DTa=document.all.MsgTable;	for (i=1;i<DTa.rows.length;i++){for (n=0;n<DTa.rows[i].cells.length;n++){if (DTa.rows[i].cells[n].innerHTML.indexOf("href")!=-1)DTa.rows[i].cells[n].children[0].href = DTa.rows[i].cells[n].children[0].href.replace(/javascript:G\(\'|\'\)/ig,"")+"&"+_UM;}}}function CA(isO,noHL){var trk=0;for (var i=0;i<frm.elements.length;i++){var e=frm.elements[i];if ((e.name != 'allbox') && (e.type=='checkbox')){if (isO != 1){trk++;e.checked=frm.allbox.checked;var NotBulkButton=document.all.NotBulkB;if (frm.allbox.checked){if (!noHL)hL(e);if ((folderID == "F000000005") && (trk > 1)){NotBulkButton.className='R';NotBulkButton.children[0].src="http://65.54.246.24/i.p.notjunk.d.gif";IsNotBulkEnabled=false;}}else{if (!noHL)dL(e);if (folderID == "F000000005"){NotBulkButton.className='P';NotBulkButton.children[0].src="http://65.54.246.24/i.p.notjunk.gif";IsNotBulkEnabled=true;}}}else{e.tabIndex=i;if (folderID != ""){var ee=e;while (ee.tagName!="TR"){ee=ee.parentElement;}ee.children[ColspanSize].children[0].tabIndex=i;}if (!noHL){if (e.checked)hL(e);elsedL(e);}}}}}function CCA(CB,noHL){if (!noHL){if (CB.checked)hL(CB);elsedL(CB);}var TB=TO=0;for (var i=0;i<frm.elements.length;i++){var e=frm.elements[i];if ((e.name != 'allbox') && (e.type=='checkbox')){TB++;if (e.checked)TO++;}}if (folderID == "F000000005"){var NotBulkButton=NotBulkButton1=document.all.NotBulkB;NotBulkButton.className=(TO>1)?'R':'P';NotBulkButton.children[0].src=(TO>1)?"http://65.54.246.24/i.p.notjunk.d.gif":"http://65.54.246.24/i.p.notjunk.gif";IsNotBulkEnabled=(TO>1)?false:true;}frm.allbox.checked=(TO==TB)?true:false;}function doTabIndex(tbleColl){if (tbleColl != null){for (var z=0;z<tbleColl.length;z++){if ((tbleColl.item(z).tagName=='A') || ((tbleColl.item(z).tagName=='INPUT') && (tbleColl.item(z).type!='hidden')) || (tbleColl.item(z).tagName=='SELECT'))tbleColl.item(z).tabIndex=5;}}}function Err(Err,bC,EP){bC=bC?1:0;if (!EP)EP="";var UR="http://by2fd.bay2.hotmail.msn.com/cgi-bin/dasp/error_modalshell.asp?Err="+Err+"&IsConf="+bC+"&"+EP;var RV=OW("Error","399","217","","","no","no","no","no","no",UR,"modal");if ( !RV.help && !RV.url )return RV.state;if (RV.help)CPH(RV.help);if (RV.url){if ('undefined' != typeof(DoSaveMSG) )DoSaveMSG(RV.url);elselocation.href=RV.url;}}function DE(D){var R="";for (var i=0;i<D.length;i++){if (D.charCodeAt(i)>=128)R += "&#"+D.charCodeAt(i)+";";elseR += D.charAt(i);}return R;}function OW(strName,iW,iH,TOP,LEFT,R,S,SC,T,TB,URL,TYPE,dArg){if (TYPE=="modal" || TYPE=="modalIframe"){var sF=""var _rvsF+=T?'unadorned:'+T+';':'';sF+=TB?'help:'+TB+';':'';sF+=S?'status:'+S+';':'';sF+=SC?'scroll:'+SC+';':'';sF+=R?'resizable:'+R+';':'';sF+=iW?'dialogWidth:'+iW+'px;':'';sF+=iH?'dialogHeight:'+iH+'px;':'';sF+=TOP?'dialogTop:'+TOP+'px;':'';sF+=LEFT?'dialogLeft:'+LEFT+'px;':'';if (TYPE=="modal")_rv=window.showModalDialog(URL+"&r="+Math.round(Math.random()*1000000),dArg?dArg:"",sF);else{var da=new Object()da.w=iW;da.h=iH;da.url=URL;_rv=window.showModalDialog("/cgi-bin/dasp/ModalIframe.asp?r="+Math.round(Math.random()*1000000),da,sF);}if ("undefined" != typeof(_rv) )return _rv;}else{var sF=""sF += iW?'width='+iW+',':'';sF+=iH?'height='+iH+',':'';sF+=R?'resizable='+R+',':'';sF+=S?'status='+S+',':'';sF+=SC?'scrollbars='+SC+',':'';sF+=T?'titlebar='+T+',':'';sF+=TB?'toolbar='+TB+',':'';sF+=TB?'menubar='+TB+',':'';sF+=TOP?'top='+TOP+',':'';sF+=LEFT?'left='+LEFT+',':'';var HMW=window.open(URL?URL:'about:blank',strName?strName:'',sF);if ( (document.window != null) && (!HMW.opener) )HMW.opener=document.window;HMW.focus();}}function hL(E){while (E.tagName!="TR"){E=E.parentElement;}E.className="H";}function dL(E){while (E.tagName!="TR"){E=E.parentElement;}E.className="";}

⌨️ 快捷键说明

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