From 92dcbdcd15688eb583cfcf0b3edcaa5e57d47955 Mon Sep 17 00:00:00 2001 From: myname Date: Thu, 7 Mar 2024 14:12:22 +0900 Subject: [PATCH] =?UTF-8?q?2024-03-07=2014:12=20=EA=B1=B0=EC=A3=BC?= =?UTF-8?q?=EC=A7=80=20=ED=8C=9D=EC=97=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/oprtn/tngrVisitEdu/instrMngDetail.jsp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 @@ + +