2024-03-07 14:12 거주지 팝업 수정
This commit is contained in:
parent
11aeb2cd6e
commit
92dcbdcd15
@ -283,10 +283,19 @@
|
||||
};
|
||||
}
|
||||
// 학교 리스트 팝업 호출
|
||||
/*
|
||||
document.detailForm.action = "<c:url value='/ve/oprtn/instr/tngrVisitEdu/popup/instrInfo/rsdncPopList.do'/>";
|
||||
window.open("", "_securityPop", "scrollbars = no, top=100px, left=100px, height=538px, width=690px");
|
||||
document.detailForm.target = "_securityPop";
|
||||
document.detailForm.submit();
|
||||
*/
|
||||
|
||||
document.areaForm.action = "<c:url value='/ve/oprtn/instr/tngrVisitEdu/popup/instrInfo/rsdncPopList.do'/>";
|
||||
window.open("", "_areaPop", "scrollbars = no, top=100px, left=100px, height=538px, width=690px");
|
||||
document.areaForm.target = "_areaPop";
|
||||
document.areaForm.submit();
|
||||
|
||||
|
||||
}
|
||||
function fncPhotoPopup() {
|
||||
var pop = document.createForm;
|
||||
@ -459,6 +468,8 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<form:form id="areaForm" name="areaForm" commandName="vEInstrDetailVO" method="post" >
|
||||
</form:form>
|
||||
<form id="hiddenMemoForm" name="hiddenMemoForm" method="post">
|
||||
<input type="hidden" name="userId" id="userId" value="<c:out value='${info.userId}'/>"/> <!-- 사용자 아이디 -->
|
||||
<input type="hidden" name="instrDetailOrd" id="instrDetailOrd" value="<c:out value='${info.instrDetailOrd}'/>"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user