function Print() { var sURL = "../../common/contentPrintView.jsp"; window.open(sURL, "","fullscreen=no,titlebar=no,toolbar=no,directories=no,status=no,menubar=no, scrollbars=yes,resizable=yes,width=680px,height=600px,left=0,top=0"); } function goUrl(url) { var xecure = "/jsppage/service/company/xecureStart.jsp?pgmid="; location.href = xecure + url; } function goUrl_dev(url) { var xecure = "/jsppage/service/company/xecureStart.jsp?pgmid="; location.href = xecure + url; } // ³ªÀÇ ¹Î¿ø ó¸® °úÁ¤ Á¶È¸ function goMyPage(){ alert("ÇöÀç ÀÛ¾÷ÁßÀÎ ÆäÀÌÁö ÀÔ´Ï´Ù."); } function goHelp(code){ var url = "/jsppage/user_guide/guide_03_04_"; var option = "resizable=no width=860 height=610 toolbar=no menubar=no scrollbars=no resizable=no location=no directories=no status=no"; url = url + code + ".jsp"; window.open(url,'name',option); } //¿À·ù¼öÁ¤ function goSolution(code){ var url = "/jsppage/app/user_guide/guide_04_05.jsp"; var option = "resizable=no width=860 height=610 toolbar=no menubar=no scrollbars=no resizable=no location=no directories=no status=no"; window.open(url,'name',option); } function fChoose() { var val = document.fm.choose.value; if(val == "1") { document.all.hp.style.display = ""; document.all.email.style.display = "none"; } else if(val == "2") { document.all.hp.style.display = "none"; document.all.email.style.display = ""; } } function fSendResult() { document.fm.action = "./sendResult.jsp" //XecureSubmit(document.fm); document.fm.submit(); } // 240326 EDI URL ¼öÁ¤ function openEdi() { var theURL = "https://edi.nps.or.kr"; var winName = "±¹¹Î¿¬±Ý EDI"; window.open(theURL,winName); /* var winName = "EDI"; var features = 'scrollbars=yes,width=740,height=800'; window.open(theURL,winName,features);*/ }