From 16ebfadeb877ac5a0b993ee668e5696c1ea3706e Mon Sep 17 00:00:00 2001 From: wyh Date: Thu, 17 Oct 2024 14:45:38 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85=20?= =?UTF-8?q?=EA=B4=91=EA=B3=A0=EB=AC=B8=EC=9E=90=20=20=EA=B4=80=EB=A0=A8?= =?UTF-8?q?=EB=B2=95=EB=A0=B9=20=ED=8C=9D=EC=97=85=EA=B8=B0=EB=8A=A5=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/web/login/usrInsertView.jsp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/login/usrInsertView.jsp b/src/main/webapp/WEB-INF/jsp/web/login/usrInsertView.jsp index 628a4fbe..df3b2a19 100644 --- a/src/main/webapp/WEB-INF/jsp/web/login/usrInsertView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/login/usrInsertView.jsp @@ -700,11 +700,28 @@ var blineCode = '${blineCode}'; } }).open(); } + + /* 윈도우팝업 열기 */ + function infoPop(pageUrl){ + document.popForm.pageType.value = pageUrl; + document.popForm.action = "/web/pop/infoPop.do"; + document.popForm.method = "post"; + if(pageUrl == "adrvertisement1"){ + window.open("about:blank", 'infoPop', 'width=790, height=800, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1'); + }else{ + window.open("about:blank", 'infoPop', 'width=790, height=350, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1'); + } + document.popForm.target = "infoPop"; + document.popForm.submit(); + } +
+ +
@@ -1160,7 +1177,7 @@ var blineCode = '${blineCode}';