diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/advAreaLctrMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/advAreaLctrMngList.jsp index d428ab6a..3a774a72 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/advAreaLctrMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/advAreaLctrMngList.jsp @@ -502,31 +502,36 @@ alert("회차관리 대상 년도를 선택해주세요."); return false; } - document.listForm.yr.value = p_stngYr; + document.popup2Form.yr.value = p_stngYr; //document.listForm.authorCode.value = vAuthorCode; - document.listForm.action = ""; - window.open("#", "_aplctPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1000px"); - document.listForm.target = "_aplctPrdPop"; - document.listForm.submit(); + document.popup2Form.action = ""; + window.open("#", "_aplctPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1000px"); + document.popup2Form.target = "_aplctPrdPop"; + document.popup2Form.submit(); } //강의가능기간 팝업 function fncLctrPrdPopup() { - var p_rndsOrd = $("#rndsOrd").val(); + var p_rndsOrd = $("#listForm #rndsOrd").val(); if(p_rndsOrd==''){ alert("강의가능기간 대상 회차를 선택해주세요."); return false; } + + document.popup2Form.rndsOrd.value = p_rndsOrd; + + var p_stngYr = $("#listForm #stngYr").val(); - document.listForm.yr.value = p_stngYr; + document.popup2Form.yr.value = p_stngYr; + //document.listForm.rndsOrd.value = p_rndsOrd; //document.listForm.authorCode.value = vAuthorCode; - document.listForm.action = ""; + document.popup2Form.action = ""; window.open("#", "_lctrPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1100px"); - document.listForm.target = "_lctrPrdPop"; - document.listForm.submit(); + document.popup2Form.target = "_lctrPrdPop"; + document.popup2Form.submit(); } //마감처리/해제 @@ -607,6 +612,10 @@ 신청관리 +
+ + +