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) {