/** * @(#) rtrDisplay.js * * @version 1.0 - 2007. 08. 31. * * ¼³ ¸í : È­¸é Ãâ·Â¿¡ »ç¿ëÇÏ´Â ÀÚ¹Ù½ºÅ©¸³Æ® * * ¼öÁ¤³»¿ª : * --------------------------------------------------------------------------- * ÀÏÀÚ ÀÛ¼ºÀÚ º¯°æ»çÇ× * --------------------------------------------------------------------------- * 2007.08.31 Á¤ÈÖ¼ö 1.ÃÖÃÊ»ý¼º * --------------------------------------------------------------------------- */ var BasePath = ""; //****************************************************************************** // Page Navigation //****************************************************************************** function f_dspTitleNavi(strPageTitle, strPageNavi) { document.write(""); document.write(""); document.write(""); document.write(""); document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
 " + strPageTitle + ""); document.write(" "); document.write(" : " + strPageNavi + " "); document.write("
"); document.write("
"); //if(extInfo==null){ //document.write(" " + menu1forjs + menu2forjs + menu3forjs + " "+ extInfoforjs+""); //} else{ //document.write(" " + menu1forjs + menu2forjs + menu3forjs + " "+ extInfo+""); //} } //****************************************************************************** // Page Navigation //****************************************************************************** function f_dspTitleNaviPopUp(strPageTitle) { document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
 " + strPageTitle + "
"); document.write("
"); } // Action ¹öư function f_dspBtnbar(arrBtnbar, dspPos) { style = "style='margin: 0px 0px 0px 0px'"; if ( dspPos == "bottom" ) { document.write(""); document.write(""); } // else style = "style='margin: 7px 0px 0px 0px'"; document.write(""); document.write(""); document.write(""); document.write(""); for(i=0; i= 2) { document.write(" "); } } document.write(" "); document.write("
"); if (arrBtnbar.length == 3 && arrBtnbar[i][2] == "disable") f_dspBtn( arrBtnbar[i][0] ,arrBtnbar[i][1] ,"disable"); else f_dspBtn( arrBtnbar[i][0] ,arrBtnbar[i][1] ); document.write("
"); document.write(""); document.write(""); if ( dspPos == "top" ) document.write(""); } // TAB ¹öư function f_dspTabBtnbar(argTitle) { document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
" + argTitle + "
"); } function f_dspBtnList(arrBtn) { document.write(" "); document.write(" "); for(i=0; i0) document.write(" "); document.write(" "); document.write(" "); document.write(" "); } document.write(" "); document.write("
 " + arrBtn[i][0] + "
"); } // function f_dspBtn(name, action, disable) { document.write(" "); document.write(" "); document.write(" "); if (disable == "disable") document.write(""); else document.write(""); document.write(" "); document.write(" "); document.write("
" + name + "" + name + "
"); } function f_dspPreListTable() { document.write(""); document.write(""); document.write(" "); } function f_dspPostListTable() { document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" "); document.write(" "); } function f_dspRowCnt(resultCount) { if (resultCount != "-1") { document.write("°á°ú : " + resultCount + " °Ç "); } } function f_dspSearchNoData(colspan ,msg) { if (msg == null) msg = "Á¶È¸µÈ µ¥ÀÌÅͰ¡ ¾ø½À´Ï´Ù."; document.write(""); document.write(" " + msg + " "); document.write(""); } function f_dspNoSearch(colspan ,msg) { if (msg == null) msg = "°Ë»öÁ¶°ÇÀ» ÀÔ·ÂÇϽŠÈÄ Á¶È¸¹öưÀ» Ŭ¸¯ÇÏ¿© Áֽʽÿä."; document.write(""); document.write(" " + msg + " "); document.write(""); } function f_dspBlankList(pageNumRow ,listSize ,colCount) { bankCount = listSize < 1 ? pageNumRow-1 : pageNumRow-listSize; for(i=0; i"); for(j=0; j"); } document.write(""); } } function f_dspPreInputTable() { document.write(""); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" "); } function f_dspPostInputTable() { document.write("
"); document.write("
"); document.write(" "); document.write(""); } //****************************************************************************** // »ç°Ç»ó¼¼Á¤º¸ ÆË¾÷ //****************************************************************************** function f_Button(obj, btnType) { if (btnType==null) btnType = "main"; document.write(''); document.write(''); for(i=0; i'); if ( btnType == "table" ) { f_ButtonTableAction(obj[i][1], obj[i][0]); } else { f_ButtonMainAction(obj[i][1], obj[i][0]); } document.write(''); } document.write(''); document.write('
'); } //****************************************************************************** // TABLE³»¿¡¼­ »ç¿ëµÇ´Â ButtonSet //****************************************************************************** function f_Button(obj, btnType) { if (btnType==null) btnType = "main"; document.write(''); document.write(''); for(i=0; i'); if ( btnType == "table" ) { f_ButtonTableAction(obj[i][1], obj[i][0]); } else { f_ButtonMainAction(obj[i][1], obj[i][0]); } document.write(''); } document.write(''); document.write('
'); } //****************************************************************************** // MAIN ACTION¿¡ »ç¿ëµÇ´Â ButtonSet //****************************************************************************** function f_ButtonMainAction(js_action, str) { document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'+str+'
'); } //****************************************************************************** // TABLE³»¿¡¼­ »ç¿ëµÇ´Â ButtonSet //****************************************************************************** function f_ButtonTableAction(js_action, str, idName, styleCss) { if (idName == null) idName = "btnText"; if (styleCss == null) styleCss = "btText"; document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'+str+'
'); } //****************************************************************************** // SUB ¸Þ´º TAB ½ÃÀÛ //****************************************************************************** // ÅÇ ½ÃÀÛ Å×À̺í function f_dspPreTabTable() { document.write(""); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" "); document.write(" "); } // ¼±ÅÃµÈ ÅÇ function f_dspActiveTabTable(title) { document.write("
"); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(""); document.write("
" + title + "
" + "
"); } // ¹Ì¼±Åà ÅÇ function f_dspTabTable(title, href) { document.write(""); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(""); document.write("
" + title + "
"); } function f_dspPostTabTable() { document.write("
"); document.write(" "); document.write(" "); document.write(" "); document.write(""); document.write(""); } //****************************************************************************** // SUB ¸Þ´º TAB ³¡ //****************************************************************************** //////////////////////////////////////////////////////////////////////////////// // ³âµµ ó¸® //////////////////////////////////////////////////////////////////////////////// function f_dspInputYear(name, itemname, required, btnUse) { if (name==null) name = "year"; if (required==null) required = ""; if (itemname==null) itemname = "³âµµ"; if (btnUse==null) btnUse = "Y"; document.write("\n"); if (btnUse != "N") document.write( "" + "" + "\n"); } //////////////////////////////////////////////////////////////////////////////// // ³âµµ ¹üÀ§ ó¸® //////////////////////////////////////////////////////////////////////////////// function f_dspInputYearTerm(fromYear, toYear, fromYearName, toYearName, required, btnUse) { if (fromYear==null) fromYear = "from_year"; if (toYear==null) toYear = "to_year"; if (fromYearName==null) fromYearName = "³âµµ"; if (toYearName==null) toYearName = "³âµµ"; if (required==null) required = ""; if (btnUse==null) btnUse = "Y"; document.write("\n"); if (btnUse != "N") document.write( "" + "" + "\n"); document.write(" - \n"); if (btnUse != "N") document.write( "" + "" + "\n"); } //////////////////////////////////////////////////////////////////////////////// // ³¯Â¥ ó¸® //////////////////////////////////////////////////////////////////////////////// function f_dspInputDate(name, itemname, val, required, alt, onblurFunc, onkeyupFunc, onChange) { var required_css = ""; if (name==null) name = "start_date"; if (itemname==null) itemname = "ÀÏÀÚ"; if (val==null) val = ""; if (required==null) required = ""; if (required != "") required_css = " afjs_required"; if (alt==null) alt = "ÀÏÀÚ¸¦ È®ÀÎÇϽŠÈÄ ´Ù½Ã ó¸®ÇØ ÁÖ¼¼¿ä."; if (onblurFunc==null) onblurFunc = ""; if (onkeyupFunc==null) onkeyupFunc = ""; if (onChange == null) onChange = ""; imgtype = "src='minss/images/calendar.gif' alt='³¯Â¥º¸±â' align='absmiddle' style='cursor:hand'"; document.write("\n"); document.write("\n"); } function f_dspInputTerm(startname, endname, required, alt1, alt2) { if (startname==null) startname = "start_date"; if (endname==null) endname = "end_date"; if (required==null) required = ""; if (alt1==null) alt1 = "ÀÏÀÚ¸¦ È®ÀÎÇϽŠÈÄ ´Ù½Ã ó¸®ÇØ ÁÖ¼¼¿ä."; if (alt2==null) alt2 = "ÀÏÀÚ¸¦ È®ÀÎÇϽŠÈÄ ´Ù½Ã ó¸®ÇØ ÁÖ¼¼¿ä."; imgtype = "src='minss/images/common/bt_sech_date.gif' alt='³¯Â¥º¸±â' width='19' height='17' align='absmiddle' style='cursor:hand'"; document.write("\n"); document.write("\n"); document.write(" ~ "); document.write("\n"); document.write("\n"); } //****************************************************************************** // ¿ìÆí¹øÈ£ - By Á¤ÈÖ¼ö //****************************************************************************** function f_dspInputPost(zip1, zip2, addr1, addr2, required) { if (zip1==null) return; if (required==null) required = ""; imgtype = "src='/images/common/bt_sech_postal.gif' alt='¿ìÆí¹øÈ£' width='76' height='18' align='absmiddle' style='cursor:hand'"; document.write("\n"); document.write("\n"); document.writeln("\n
"); document.writeln("\n
"); document.writeln("\n"); } //****************************************************************************** // ¿ìÆí¹øÈ£ - By Á¤ÈÖ¼ö (±â·Ï¹° µî·Ï½Ã Áö¸í ¹ÞÀ» ¶§ »ç¿ëÇÔ.) //****************************************************************************** function f_dspInputPost1(addr, required, textWidth) { if ( textWidth == null ) textWidth = "60"; imgtype = "src='/images/common/bt_sech_postal.gif' alt='¿ìÆí¹øÈ£' width='76' height='18' align='absmiddle' style='cursor:hand'"; document.write(""); document.writeln(" \n"); } // ÃʱâÈ­ ¾ÆÀÌÄÜ img_waste = "src='/images/common/bt_waste.jpg' alt='ÃʱâÈ­' width='21' height='21' align='absmiddle' style='cursor:hand'"; //****************************************************************************** // °øÅë ±â°üÄÚµå (»ý»ê±â°ü Á¶È¸) - By Á¤ÈÖ¼ö // orgtype : all : °øÅë±â°üÄÚµå Á¶È¸È­¸é // dhouse : ÀÚ·á°ü ±â°üÁ¶È¸ È­¸é // : ÀÚ·á°ü ÇÏÀ§ »ý»ê±â°ü Á¶È¸ È­¸é //****************************************************************************** function f_dspInputProcOrg(proccode, procname, required, orgtype, dhousecode) { if (required==null) required = ""; if (orgtype==null) orgtype = ""; if (dhousecode==null) dhousecode = ""; imgtype = "src='/images/common/bt_sech_view.gif' alt='»ý»ê±â°üº¸±â' width='21' height='19' align='absmiddle' style='cursor:hand'"; document.write(""); document.write("\n"); document.write("\n"); if ( orgtype == "" || orgtype == "all") { document.write("\n"); } else { document.write("\n"); } document.write("\n"); } //****************************************************************************** // °øÅë ÅëÇÕ ±â°üÄÚµå - By Á¤ÈÖ¼ö // °øÅëÄڵ忡¼­ »ç¿ëÇÏ´Â ÅëÇÕ±â°ü °Ë»ö ÆË¾÷ //****************************************************************************** function f_dspInputuniOrgCod(proccode, procname, required) { if (required==null) required = ""; imgtype = "src='/images/common/bt_sech_view.gif' alt='»ý»ê±â°üº¸±â' width='21' height='19' align='absmiddle' style='cursor:hand'"; document.write(""); document.write("\n"); document.write("\n"); document.write("\n"); document.write("\n"); document.write("\n"); document.write("\n"); } //****************************************************************************** // ±â°üÄڵ忡 ´ëÀÀÇÏ´Â ±â°ü¸í ¹Ýȯó¸® - By Á¤ÈÖ¼ö // 2007.01.31 //****************************************************************************** function f_blurOrgcode(proccode, procname) { orgcode = eval("document.camsForm."+proccode); orgname = eval("document.camsForm."+proccode); if(orgcode.value.length==0) { orgname.value = ""; } else { iframOrgcode.location.href = "RG0001CommonOrg.laf?orgcode="+ orgcode.value+"&orgname="+procname; } } //****************************************************************************** // µî·Ï°ü¸® °øÅë ±â°üÄÚµå Á¶È¸ ÆË¾÷ - By Á¤ÈÖ¼ö //****************************************************************************** function openRgWin(fieldCode, fieldName, dhousecode ) { if (dhousecode == null || dhousecode == "") { strUrl = "RG000101RDhouseCmd.laf?fieldCode=" + fieldCode + "&fieldName="+fieldName; strWidth="580"; strHeight="600"; } else { strUrl = "RG000101RDhouseCmd.laf?fieldCode=" + fieldCode + "&fieldName="+fieldName+"&dhousecode="+dhousecode+"&isSearch=true"; strWidth="580"; strHeight="600"; } var Left = (window.screen.width/2) - strWidth/2; var Top = (window.screen.height/2) - strHeight/2; var win = window.open(strUrl,'', 'top='+Top+',left='+Left+',width='+strWidth+',height='+strHeight+',scrollbars=yes'); win.focus(); } //****************************************************************************** // Á¤ÈÖ¼ö - Å×ÀÌºí¸®½ºÆ® bottom ¶óÀÎ //****************************************************************************** function f_dspTableBottomLine(colspan) { document.write(""); document.write(" "); document.write(""); } //****************************************************************************** // text-overflow ½ÃÀÛ - By Á¤ÈÖ¼ö //****************************************************************************** function f_dspTextOverflow( msg ) { document.write("
"); document.write(" " + msg + ""); document.write("
"); } //****************************************************************************** // ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû ½ÃÀÛ - By Á¤ÈÖ¼ö //****************************************************************************** function f_makeFileInput(tblName, start, widthPx) { if (widthPx == null) widthPx = "558px"; var table = document.getElementById(tblName); var rows = table.rows.length; var tbody = table.childNodes[0]; row = document.createElement("TR"); tbody.appendChild(row); row.style.textAlign='left'; cell1 = document.createElement("TD"); cell2 = document.createElement("TD"); row.appendChild(cell1); row.appendChild(cell2); cell1.innerHTML = " "; if (rows > 0) cell2.innerHTML = "\"»èÁ¦\""; else cell2.innerHTML = "\"»èÁ¦\""; } //****************************************************************************** // ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû ³¡. //****************************************************************************** //****************************************************************************** // ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû »èÁ¦ ½ÃÀÛ - By Á¤ÈÖ¼ö //****************************************************************************** function f_delFileInput(tblName, thisRow) { var table = document.getElementById(tblName); var rows = table.rows.length; var row_index = rows -1; if(thisRow >= 0) { if (row_index < thisRow) table.deleteRow(row_index); else table.deleteRow(thisRow); } } //****************************************************************************** // ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû »èÁ¦ ³¡ //****************************************************************************** //****************************************************************************** // ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû ½ÃÀÛ - By Á¤ÈÖ¼ö (»ç°ÇÁ¶»çº¸°í¼­ - Áß°£º¸°í¼­¿ë) //****************************************************************************** function f_makeFileInput1(tblName, start, widthPx) { if (widthPx == null) widthPx = "558px"; var table = document.getElementById(tblName); var rows = table.rows.length; var tbody = table.childNodes[0]; var InputTag = ""; if (start != "Y") { if ( rows > 0) { if ( document.getElementsByName("fileInfos_2_2")[rows-1].value == "" ) { alert(rows+"Â÷ Áß°£º¸°í¼­¸¦ ÷ºÎÇÑ ÈÄ Ãß°¡ ¹öưÀ» ´­·¯ÁÖ¼¼¿ä."); return; } } } row = document.createElement("TR"); tbody.appendChild(row); row.style.textAlign='left'; cell1 = document.createElement("TD"); cell2 = document.createElement("TD"); cell3 = document.createElement("TD"); cell4 = document.createElement("TD"); cell5 = document.createElement("TD"); // className = "class"; cell1.style.backgroundColor = "#f7f7f7"; cell2.style.backgroundColor = "#f7f7f7"; cell3.style.backgroundColor = "#ffffff"; cell4.style.backgroundColor = "#f7f7f7"; cell5.style.backgroundColor = "#ffffff"; cell1.style.width = "102"; cell2.style.width = "43"; cell3.style.width = "230"; cell4.style.width = "57"; cell5.style.width = "267"; cell1.style.textAlign = "center"; cell2.style.textAlign = "center"; cell3.style.textAlign = "left"; cell4.style.textAlign = "center"; cell5.style.textAlign = "left"; row.appendChild(cell1); row.appendChild(cell2); row.appendChild(cell3); row.appendChild(cell4); row.appendChild(cell5); if (rows == 0) cell1.innerHTML = "Áß°£º¸°í¼­"; else cell1.innerHTML = "" + (rows+1) + "Â÷ Áß°£º¸°í¼­"; cell2.innerHTML = "°ø¹®"; cell3.innerHTML = " " + " " + " "; cell4.innerHTML = "º¸°í¼­"; InputTag = " " + " " + " " ; if (rows > 0) cell5.innerHTML = InputTag + " \"»èÁ¦\""; else cell5.innerHTML = InputTag + " \"»èÁ¦\""; newIndex(tblName); var objNew = document.createElement(""); document.fm.insertBefore(objNew); objNew = document.createElement(""); document.fm.insertBefore(objNew); objNew = document.createElement(""); document.fm.insertBefore(objNew); objNew = document.createElement(""); document.fm.insertBefore(objNew); } //****************************************************************************** // ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû ³¡. //****************************************************************************** function newIndex(tblName) { var table = document.getElementById(tblName); var rows = table.rows.length; k = table.rows.length - 1; if (k < 1) { EditCell = table.rows(parseInt(0)).cells(0) ; eval("EditCell.innerHTML = 'Áß°£º¸°í¼­';") ; } else { for (var i=0; i < rows; i++) { EditCell = table.rows(i).cells(0) ; eval("EditCell.innerHTML = '" + (i+1) + "Â÷ Áß°£º¸°í¼­';") ; } } } //****************************************************************************** // Áß°£º¸°í¼­ ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû »èÁ¦ ½ÃÀÛ - By Á¤ÈÖ¼ö //****************************************************************************** function f_delFileInput1(tblName, fieldName, thisRow) { var table = document.getElementById(tblName); var rows = table.rows.length; var row_index = rows -1; if(thisRow >= 0) { //alert('»èÁ¦ = ' + thisRow + " ==> "+ document.all("file_2_2_info")[thisRow].value ); //alert('»èÁ¦ = ' + del_file_2_2 + " ==> "+ document.all("del_file_2_2").length ); //if ( document.all("del_file_2_2").length >= thisRow) { if ( document.all("file_" + fieldName + "_info")[thisRow].value != "") { document.all("del_file_" + fieldName)[thisRow].value = document.all("file_" + fieldName + "_info")[thisRow].value; } if (row_index < thisRow) table.deleteRow(row_index); else table.deleteRow(thisRow); } newIndex(tblName); } function f_updateFileInput1(tblName, fieldName, thisRow) { var table = document.getElementById(tblName); var rows = table.rows.length; if(thisRow >= 0) { if ( rows > 1 ) { if ( document.all("file_" + fieldName + "_info")[thisRow].value != "") { document.all("update_file_" + fieldName)[thisRow].value = document.all("file_" + fieldName + "_info")[thisRow].value + "||" + document.all("fileInfos_" + fieldName)[thisRow].value ; } } else { if ( document.all("file_" + fieldName + "_info").value != "") { document.all("update_file_" + fieldName).value = document.all("file_" + fieldName + "_info").value + "||" + document.all("fileInfos_" + fieldName).value ; } } } } //****************************************************************************** // ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû »èÁ¦ ³¡ //****************************************************************************** //****************************************************************************** // ±âŸÀÚ·á - ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû ½ÃÀÛ - By Á¤ÈÖ¼ö (±âŸÀÚ·á) //****************************************************************************** function f_makeFileInput2(tblName, start, delFlag, widthPx1, widthPx2) { if (widthPx1 == null) widthPx1 = "558px"; if (widthPx2 == null) widthPx2 = "558px"; var table = document.getElementById(tblName); var rows = table.rows.length; var tbody = table.childNodes[0]; var InputTag = ""; row = document.createElement("TR"); tbody.appendChild(row); row.style.textAlign='left'; cell1 = document.createElement("TD"); cell2 = document.createElement("TD"); cell3 = document.createElement("TD"); cell4 = document.createElement("TD"); cell1.className = "tableall_bg1"; cell2.className = "tableall_bg1"; cell3.className = "tableall_bg1"; cell4.className = "tableall_bg1"; cell1.style.textAlign = "center"; row.appendChild(cell1); row.appendChild(cell2); row.appendChild(cell3); row.appendChild(cell4); cell1.innerHTML = (rows); cell2.innerHTML = " "; InputTag = " " + " " + " " + " " ; if ( start == "Y" ) cell3.innerHTML = InputTag + " \"Ãß°¡\""; else if ( delFlag == "Y" ) { cell3.innerHTML = InputTag + " \"»èÁ¦\""; } else { cell3.innerHTML = InputTag; } cell4.innerHTML = " "; if (document.fm.uploadcount.value == "") document.fm.uploadcount.value = 0; if ( isNaN(eval("document.fm.uploadcount").value) ) { eval("document.fm.uploadcount").value = 1; } else { eval("document.fm.uploadcount").value = parseInt(eval("document.fm.uploadcount").value) + 1; } //alert(parseInt(document.fm.uploadcount.value)); } //****************************************************************************** // ±âŸÀÚ·á - ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû ³¡. //****************************************************************************** //****************************************************************************** // ±âŸÀÚ·á - ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû »èÁ¦ ½ÃÀÛ - By Á¤ÈÖ¼ö //****************************************************************************** function f_delFileInput2(tblName, thisRow) { var table = document.getElementById(tblName); var rows = table.rows.length; var row_index = rows -1; if(thisRow >= 0) { if (row_index < thisRow) table.deleteRow(row_index); else table.deleteRow(thisRow); eval("document.fm.uploadcount").value = parseInt(eval("document.fm.uploadcount").value) - 1; } } //****************************************************************************** // ±âŸÀÚ·á - ÆÄÀϾ÷·Îµå ÀÔ·ÂÆû »èÁ¦ ³¡ //****************************************************************************** //****************************************************************************** // dz¼±µµ¿ò¸» ½ÃÀÛ - By Á¤ÈÖ¼ö // // onMouseMove="f_showBalloon('message')" onMouseOut="f_hideBalloon()" //****************************************************************************** function f_dspBalloon() { document.writeln(""); } function f_showBalloon(msg) { msgContent = msg.parentNode.childNodes[1].innerHTML.replace(/['\"]/g, ""); //var content="
"+msgContent+"
"; balloonBox.innerHTML = content; // balloonBox.innerText = msgContent; balloonBox.style.visibility = "visible"; balloonBox.style.position = "absolute"; balloonBox.style.left = event.clientX-5; //balloonBox.style.top = event.clientY+document.body.scrollTop-35; balloonBox.style.top = event.clientY+document.body.scrollTop-balloonBox.offsetHeight-5; } function f_hideBalloon() { balloonBox.style.visibility = "hidden"; } //****************************************************************************** // dz¼±µµ¿ò¸» ³¡ //****************************************************************************** //****************************************************************************** // form ÃʱⰪ Á¦°Å - by Á¤ÈÖ¼ö, 2006/12/20 //****************************************************************************** function f_clearItem( obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9) { if (obj1 != null) document.forms[0].elements[obj1].value = ""; if (obj2 != null) document.forms[0].elements[obj2].value = ""; if (obj3 != null) document.forms[0].elements[obj3].value = ""; if (obj4 != null) document.forms[0].elements[obj4].value = ""; if (obj5 != null) document.forms[0].elements[obj5].value = ""; if (obj6 != null) document.forms[0].elements[obj6].value = ""; if (obj7 != null) document.forms[0].elements[obj7].value = ""; if (obj8 != null) document.forms[0].elements[obj8].value = ""; if (obj9 != null) document.forms[0].elements[obj9].value = ""; } function f_spcTypeCheck( form, obj, thisIndex ) { if ( obj.checked ) { form.spcType[thisIndex].value = "D"; } else { form.spcType[thisIndex].value = "U"; } }