diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrMngDetail.jsp index 5fa2736f..465f8fb0 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/instrMngDetail.jsp @@ -283,10 +283,19 @@ }; } // 학교 리스트 팝업 호출 + /* document.detailForm.action = ""; window.open("", "_securityPop", "scrollbars = no, top=100px, left=100px, height=538px, width=690px"); document.detailForm.target = "_securityPop"; - document.detailForm.submit(); + document.detailForm.submit(); + */ + + document.areaForm.action = ""; + 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 @@ + +