From e57ddfcd689be62f0896925c83044e4d7d933679 Mon Sep 17 00:00:00 2001 From: myname Date: Fri, 16 Dec 2022 16:32:11 +0900 Subject: [PATCH] =?UTF-8?q?2022-12-16=2016:31=20=EC=9D=B4=EB=A9=94?= =?UTF-8?q?=EC=9D=BC=20=ED=8A=B9=EC=88=98=EA=B8=B0=ED=98=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20[-=5F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp | 2 +- .../WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp | 4 ++-- .../WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp | 4 ++-- src/main/webapp/js/kccadr/kccadrCom.js | 8 +++++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp index d67a23b2..784f1baa 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp @@ -53,7 +53,7 @@ content="default-src * self blob: data: gap:; style-src * self 'unsafe-inline' b - + <%-- --%> diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp index d206c65a..8ea03b76 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp @@ -194,7 +194,7 @@ $( document ).ready(function(){ @ - + @@ -456,7 +456,7 @@ $( document ).ready(function(){ @ - + diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp index a3b4ad2d..98e8012e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp @@ -263,7 +263,7 @@ @ - + @@ -465,7 +465,7 @@ @ - + diff --git a/src/main/webapp/js/kccadr/kccadrCom.js b/src/main/webapp/js/kccadr/kccadrCom.js index fc5877b6..7dfa1616 100644 --- a/src/main/webapp/js/kccadr/kccadrCom.js +++ b/src/main/webapp/js/kccadr/kccadrCom.js @@ -366,7 +366,13 @@ function onlyAlphabetNumber(thisObj) { } function onlyAlphabetNumberEmail(thisObj) { - thisObj.value = thisObj.value.replace(/[^0-9a-zA-Z\.]/gi, ""); + thisObj.value = thisObj.value.replace(/[^0-9a-zA-Z\.\_\-]/gi, ""); + //thisObj.value = thisObj.value.replace(/^[0-9a-zA-Z]([-_\.]?[0-9a-zA-Z])*/gi, ""); + //thisObj.value = thisObj.value.replace(/^([\w\.\_\-])*[^0-9a-zA-Z\.\_\-]/gi, ""); + //thisObj.value = thisObj.value.replace(/^([\w\.\_\-])*[^0-9a-zA-Z\.\_\-]/gi, ""); + + + } function getChkLen(name) {