var regExp_number = /^[0-9]+$/; var regExp_phone = /^[0-9.\-]+$/; var regExp_sc = /[\{\}\[\]\/?,;:|*~`!^+<>\#$%&\\\=\'\"]/g; var lastDepth = 1; //Á¤º¸¼öÁ¤ function infoset() { location.href = "/04_INFO/?menu=04_01&mode=info"; } //·Î±×¾Æ¿ô function logout() { if( confirm("·Î±×¾Æ¿ô ÇϽðڽÀ´Ï±î?") ) { location.href = "/logout.php"; } } // ¹Ì¸®º¸±â function getThumNail(type, id, filename){ } // ºä¾î ÆË¾÷ function getViewer(type, id, filename) { var popup = window.open("/01_FAX/pop_viewer.php?type=" + type + "&id=" + id + "&filename=" + filename, "TIFVIEWER", "width=980px, height=720px"); popup.focus(); } // PDF ´Ù¿î ÆË¾÷ function downPdf(type, id, filename) { var popup = window.open("/01_FAX/pop_down.php?type=" + type + "&id=" + id + "&filename=" + filename, "PDFDOWN", "width=310px, height=190px"); popup.focus(); } // TIF ´Ù¿î ÆË¾÷ function downTif(type, id, filename) { var popup = window.open("/01_FAX/pop_tif_down.php?type=" + type + "&id=" + id + "&filename=" + filename, "TIFDOWN", "width=310px, height=190px"); popup.focus(); } // DRIVER ´Ù¿î ÆË¾÷ function downDriver() { var popup = window.open("/pop_driver_down.php", "DRIVER", "width=310px, height=190px"); popup.focus(); } // FAX ÇÒ´ç function openFaxLink(did) { var popup = window.open("/06_DEPARTMENT/pop_fax_link.php?DID="+did, "FAXLINK", "width=780px, height=300px"); popup.focus(); } // ºÎ¼­¸ñ·Ï DB SELECT function getDeptList(code, depth) { if( code.length < 20 ) { lastDepth = depth; $('#lbl_depth' + (lastDepth+1)).html(""); if( code ) { var jData = '{"mode" : "DEPT_LIST", "PCODE" : "' + code + '"}'; getAjax('json', jData, setDeptList); } } } // ºÎ¼­¸ñ·Ï DB SELECT function getDeptList2(code, depth) { if( code.length < 20 ) { lastDepth = depth; $('#lbl_depth' + (lastDepth+1)).html(""); if( code ) { var jData = '{"mode" : "DEPT_LIST2", "PCODE" : "' + code + '"}'; getAjax('json', jData, setDeptList2); } } } // ºÎ¼­¸ñ·Ï »ý¼º \n"; html += " \n"; for( var i=0; i" + decodeURIComponent(list[i].DEPT_NAME) + "\n"; } html += "\n" html += "\n"; $('#lbl_depth' + lastDepth).html(html); } //¸¶Áö¸· SELECT »ý¼º½Ã Àüü »èÁ¦µÇ´Â ¿À·ù·Î ÁÖ¼®Ã³¸® 2013-12-19 //else { //$('#lbl_depth' + (parseInt(lastDepth)-1)).html(html); //} } // ºÎ¼­¸ñ·Ï »ý¼º \n"; html += " \n"; for( var i=0; i" + decodeURIComponent(list[i].DEPT_NAME) + "\n"; } html += "\n" html += "\n"; $('#lbl_depth' + lastDepth).html(html); } //¸¶Áö¸· SELECT »ý¼º½Ã Àüü »èÁ¦µÇ´Â ¿À·ù·Î ÁÖ¼®Ã³¸® 2013-12-19 //else { //$('#lbl_depth' + (parseInt(lastDepth)-1)).html(html); //} } // ÆäÀÌÁö °¹¼ö function getPage() { $('#frm_search').submit(); } // ÀÐÁö¾ÊÀº ÆÑ½º function goNoReadFax(){ self.location.href="/01_FAX/?menu=01_02&mode=fax_list&type=receive&VIEW=ON"; }