2023-12-18 11:39 지역별 강의고나리 설정 팝업 수정
This commit is contained in:
parent
97f88cae2b
commit
a12c23959b
@ -502,31 +502,36 @@
|
|||||||
alert("회차관리 대상 년도를 선택해주세요.");
|
alert("회차관리 대상 년도를 선택해주세요.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
document.listForm.yr.value = p_stngYr;
|
document.popup2Form.yr.value = p_stngYr;
|
||||||
|
|
||||||
//document.listForm.authorCode.value = vAuthorCode;
|
//document.listForm.authorCode.value = vAuthorCode;
|
||||||
document.listForm.action = "<c:url value='/kccadr/oprtn/tngrVisitEdu/popup/advRndsStngMngPopup.do'/>";
|
document.popup2Form.action = "<c:url value='/kccadr/oprtn/tngrVisitEdu/popup/advRndsStngMngPopup.do'/>";
|
||||||
window.open("#", "_aplctPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1000px");
|
window.open("#", "_aplctPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1000px");
|
||||||
document.listForm.target = "_aplctPrdPop";
|
document.popup2Form.target = "_aplctPrdPop";
|
||||||
document.listForm.submit();
|
document.popup2Form.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
//강의가능기간 팝업
|
//강의가능기간 팝업
|
||||||
function fncLctrPrdPopup() {
|
function fncLctrPrdPopup() {
|
||||||
var p_rndsOrd = $("#rndsOrd").val();
|
var p_rndsOrd = $("#listForm #rndsOrd").val();
|
||||||
if(p_rndsOrd==''){
|
if(p_rndsOrd==''){
|
||||||
alert("강의가능기간 대상 회차를 선택해주세요.");
|
alert("강의가능기간 대상 회차를 선택해주세요.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
document.popup2Form.rndsOrd.value = p_rndsOrd;
|
||||||
|
|
||||||
|
|
||||||
var p_stngYr = $("#listForm #stngYr").val();
|
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.rndsOrd.value = p_rndsOrd;
|
||||||
|
|
||||||
//document.listForm.authorCode.value = vAuthorCode;
|
//document.listForm.authorCode.value = vAuthorCode;
|
||||||
document.listForm.action = "<c:url value='/kccadr/oprtn/tngrVisitEdu/popup/advLctrPrdMngPopup.do'/>";
|
document.popup2Form.action = "<c:url value='/kccadr/oprtn/tngrVisitEdu/popup/advLctrPrdMngPopup.do'/>";
|
||||||
window.open("#", "_lctrPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1100px");
|
window.open("#", "_lctrPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1100px");
|
||||||
document.listForm.target = "_lctrPrdPop";
|
document.popup2Form.target = "_lctrPrdPop";
|
||||||
document.listForm.submit();
|
document.popup2Form.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
//마감처리/해제
|
//마감처리/해제
|
||||||
@ -607,6 +612,10 @@
|
|||||||
<title>신청관리</title>
|
<title>신청관리</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<form id="popup2Form" name="popup2Form" method="post">
|
||||||
|
<input type="hidden" name="yr" id="yr" value=""/>
|
||||||
|
<input type="hidden" name="rndsOrd" id="rndsOrd" value=""/>
|
||||||
|
</form>
|
||||||
<form id="popupForm" name="popupForm" method="post">
|
<form id="popupForm" name="popupForm" method="post">
|
||||||
<input type="hidden" name="stngYr" id="stngYr" value=""/>
|
<input type="hidden" name="stngYr" id="stngYr" value=""/>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user