function echoList(theid,length){ var s="imore_c_s_"+theid; var n="imore_c_n_"+theid; if(length<=100) length=100; if(document.getElementById(n).innerText.length<=length) document.getElementById(s).innerHTML="  "+document.getElementById(n).innerText; else document.getElementById(s).innerHTML+=("  "+document.getElementById(n).innerText).substr(0,length); document.getElementById(s).innerHTML+="...  [璇︾粏淇℃伅]"; } function goUserLogin(){ window.location="user_login_bypassword.php"; } function Read(tform,NotEmptyIgnore) { var str,ename,ecol,val,en; for(var i=0;i document.body.offsetHeight) { // all but Explorer Mac xScroll = document.body.scrollWidth; yScroll = document.body.scrollHeight; } else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari xScroll = document.body.offsetWidth; yScroll = document.body.offsetHeight; } if (self.innerHeight) { // all except Explorer windowWidth = self.innerWidth; windowHeight = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode windowWidth = document.documentElement.clientWidth; windowHeight = document.documentElement.clientHeight; } else if (document.body) { // other Explorers windowWidth = document.body.clientWidth; windowHeight = document.body.clientHeight; } // for small pages with total height less then height of the viewport if (yScroll < windowHeight) { pageHeight = windowHeight; } else { pageHeight = yScroll; } // for small pages with total width less then width of the viewport if (xScroll < windowWidth) { pageWidth = windowWidth; } else { pageWidth = xScroll; } return{ 'pageWidth':pageWidth, 'pageHeight':pageHeight, 'windowWidth':windowWidth, 'windowHeight':windowHeight } }(); //alert(winSize.pageHeight); //閬僵灞 var styleStr = 'top:0;left:0;position:absolute;z-index:10000;background:#666;width: 100%;height:'+winSize.pageHeight+'px;'; styleStr += (isIe) ? "filter:alpha(opacity=80);" : "opacity:0.8;"; //閬僵灞侱IV var shadowDiv = document.createElement('div'); //娣诲姞闃村奖DIV shadowDiv.style.cssText = styleStr; //娣诲姞鏍峰紡 shadowDiv.id = "shadowDiv"; //濡傛灉鏄疘E6鍒欏垱寤篒FRAME閬僵SELECT if (isIE6) { var maskIframe = document.createElement('iframe'); maskIframe.style.cssText = 'width:' + winSize.pageWidth + 'px;height:' + (winSize.pageHeight + 30) + 'px;position:absolute;visibility:inherit;z-index:-1;filter:alpha(opacity=0);'; maskIframe.frameborder = 0; maskIframe.src = "about:blank"; shadowDiv.appendChild(maskIframe); } document.body.insertBefore(shadowDiv, document.body.firstChild); //閬僵灞傚姞鍏ユ枃妗 //寮瑰嚭妗 var styleStr1 = 'display:block;position:fixed;_position:absolute;z-index:10001;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);'; //寮瑰嚭妗嗙殑浣嶇疆 var alertBox = document.createElement('div'); alertBox.id = 'alertMsg'; alertBox.style.cssText = styleStr1; //鍒涘缓寮瑰嚭妗嗛噷闈㈢殑鍐呭P鏍囩 var alertMsg_info = document.createElement('P'); alertMsg_info.id = 'alertMsg_info'; alertMsg_info.innerHTML = msg; alertBox.appendChild(alertMsg_info); //鍒涘缓鎸夐挳 var btn1 = document.createElement('a'); btn1.id = 'alertMsg_btn1'; btn1.href = 'javas' + 'cript:void(0)'; btn1.innerHTML = '纭畾'; btn1.onclick = function () { document.body.removeChild(alertBox); document.body.removeChild(shadowDiv); return true; }; alertBox.appendChild(btn1); if (mode === 1) { var btn2 = document.createElement('a'); btn2.id = 'alertMsg_btn2'; btn2.href = 'javas' + 'cript:void(0)'; btn2.innerHTML = '鍙栨秷'; btn2.onclick = function () { document.body.removeChild(alertBox); document.body.removeChild(shadowDiv); return false; }; alertBox.appendChild(btn2); } document.body.appendChild(alertBox); } //mode涓虹┖锛屽嵆鍙湁涓€涓‘璁ゆ寜閽紝mode涓?鏃舵湁纭鍜屽彇娑堜袱涓寜閽 function showProcess(){ var childDiv= document.createElement("div"); //childDiv.setAttribute("class","div_file_unit" ); //鑾峰彇娴忚鍣ㄩ〉闈㈠彲瑙侀珮搴﹀拰瀹藉害 var _PageHeight = document.documentElement.clientHeight, _PageWidth = document.documentElement.clientWidth; //璁$畻loading妗嗚窛绂婚《閮ㄥ拰宸﹂儴鐨勮窛绂伙紙loading妗嗙殑瀹藉害涓?15px锛岄珮搴︿负61px锛 var _LoadingTop = _PageHeight > 61 ? (_PageHeight - 61) / 2 : 0, _LoadingLeft = _PageWidth > 111 ? (_PageWidth - 111) / 2 : 0; //鍦ㄩ〉闈㈡湭鍔犺浇瀹屾瘯涔嬪墠鏄剧ず鐨刲oading Html鑷畾涔夊唴瀹 var _LoadingHtml = '
澶勭悊涓?..
'; //鍛堢幇loading鏁堟灉 //document.write(_LoadingHtml); var styleStr = 'position:fixed;left:0px;width:100%;height:100%;top:0px;background:#000000;opacity:0.9;filter:alpha(opacity=90);z-index:10000;'; childDiv.id = "loadingDiv"; childDiv.setAttribute("id","loadingDiv"); childDiv.style.cssText = styleStr; childDiv.innerHTML = _LoadingHtml; //document.body.insertBefore(childDiv, document.body.firstChild); document.body.appendChild(childDiv); } function clearProcess(){ var childDiv = document.getElementById("loadingDiv"); if(childDiv) document.body.removeChild(childDiv); } function alertToast(msg){ var childDiv = document.createElement("div"); childDiv.setAttribute("class","toast-wrap"); childDiv.innerHTML=""; document.body.appendChild(childDiv); setTimeout(function(){ document.getElementsByClassName('toast-wrap')[0].getElementsByClassName('toast-msg')[0].innerHTML=msg; var toastTag = document.getElementsByClassName('toast-wrap')[0]; toastTag.className = toastTag.className.replace('toastAnimate',''); setTimeout(function(){ toastTag.className = toastTag.className + ' toastAnimate'; }, 100); }, 500 ); setTimeout(function(){ document.body.removeChild(childDiv); }, 2000 ); } //============================================ (function($) { $.alerts = { alert: function(title, message, callback) { if( title == null ) title = 'Alert'; $.alerts._show(title, message, null, 'alert', function(result) { if( callback ) callback(result); }); }, confirm: function(title, message, callback) { if( title == null ) title = 'Confirm'; $.alerts._show(title, message, null, 'confirm', function(result) { if( callback ) callback(result); }); }, _show: function(title, msg, value, type, callback) { var _html = ""; _html += '
' + title + ''; _html += '
' + msg + '
'; if (type == "alert") { _html += ''; } if (type == "confirm") { _html += ''; _html += ''; } _html += '
'; //蹇呴』鍏堝皢_html娣诲姞鍒癰ody锛屽啀璁剧疆Css鏍峰紡 $("body").append(_html); GenerateCss(); switch( type ) { case 'alert': $("#mb_btn_ok").click( function() { $.alerts._hide(); callback(true); }); $("#mb_btn_ok").focus().keypress( function(e) { if( e.keyCode == 13 || e.keyCode == 27 ) $("#mb_btn_ok").trigger('click'); }); break; case 'confirm': $("#mb_btn_ok").click( function() { $.alerts._hide(); if( callback ) callback(true); }); $("#mb_btn_no").click( function() { $.alerts._hide(); if( callback ) callback(false); }); $("#mb_btn_no").focus(); $("#mb_btn_ok, #mb_btn_no").keypress( function(e) { if( e.keyCode == 13 ) $("#mb_btn_ok").trigger('click'); if( e.keyCode == 27 ) $("#mb_btn_no").trigger('click'); }); break; } }, _hide: function() { $("#mb_box,#mb_con").remove(); } } // Shortuct functions myAlert = function(title, message, callback) { $.alerts.alert(title, message, callback); } myConfirm = function(title, message, callback) { $.alerts.confirm(title, message, callback); }; //鐢熸垚Css var GenerateCss = function () { $("#mb_box").css({ width: '100%', height: '100%', zIndex: '99999', position: 'fixed', filter: 'Alpha(opacity=60)', backgroundColor: 'black', top: '0', left: '0', opacity: '0.6' }); $("#mb_con").css({ zIndex: '999999', width: '350px',height:'200px', position: 'fixed', backgroundColor: 'White', }); $("#mb_tit").css({ display: 'block', fontSize: '14px', color: '#444', padding: '10px 15px', backgroundColor: '#fff', borderRadius: '15px 15px 0 0', fontWeight: 'bold' }); $("#mb_msg").css({ padding: '20px', lineHeight: '40px', textAlign:'center', fontSize: '18px' ,color:'#4c4c4c' }); $("#mb_ico").css({ display: 'block', position: 'absolute', right: '10px', top: '9px', border: '1px solid Gray', width: '18px', height: '18px', textAlign: 'center', lineHeight: '16px', cursor: 'pointer', borderRadius: '12px', fontFamily: '寰蒋闆呴粦' }); $("#mb_btnbox").css({ margin: '15px 0px 10px 0', textAlign: 'center' }); $("#mb_btn_ok,#mb_btn_no").css({ width: '80px', height: '30px', color: 'white', border: 'none', borderRadius:'4px'}); $("#mb_btn_ok").css({ backgroundColor: '#41a259' }); $("#mb_btn_no").css({ backgroundColor: 'gray', marginRight: '40px' }); //鍙充笂瑙掑叧闂寜閽甴over鏍峰紡 $("#mb_ico").hover(function () { $(this).css({ backgroundColor: 'Red', color: 'White' }); }, function () { $(this).css({ backgroundColor: '#DDD', color: 'black' }); }); var _widht = document.documentElement.clientWidth; //灞忓箷瀹 var _height = document.documentElement.clientHeight; //灞忓箷楂 var boxWidth = $("#mb_con").width(); var boxHeight = $("#mb_con").height(); //alert(_height); //璁╂彁绀烘灞呬腑 $("#mb_con").css({ top: (boxHeight) / 2 + "px", left: (_widht - boxWidth) / 2 + "px" }); } })(jQuery);