이준호 이준호 2025-04-15
로그인 수정
@6aa562db2daa053be8f02fdee340af4b9ecee181
src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
@@ -40,11 +40,6 @@
 
 <script>
 $(document).ready(function (){
-	
-
-    $(document).on('click', '#id_text', function () {
-	    actionLogin_temp();
-	});
 
 	$(document).on('click', '#secuLoginFlag', function () {
 
@@ -344,11 +339,6 @@
 	});		
 }
 
-
-function actionLogin_temp(){
-	location.href='/web/user/login/login.do'
-	
-}
 
 function actionLogin() {
 // 	location.href="<c:url value='/web/user/login/login.do'/>";
@@ -1709,6 +1699,8 @@
 			    <input type="hidden" id="ip" name="ip" value="${userIp}">
 			    <input type="hidden" id="passFlag" name="passFlag">
 			    <input type="hidden" id="headerLoginResult" name="headerLoginResult">
+			    <input type="hidden" id="hp" name="hp" value="">
+			    <input type="hidden" id="num" name="num" value="">
 			    
         		<div id="login" class="login">
 		            <div class="inner">
@@ -1719,9 +1711,9 @@
 		                        <input type="text" placeholder="아이디를 입력해주세요"id="id_text" name="id_text" class="id_text" maxlength="20" size="18">
 		                        <label for="password_text" class="label"></label>
 <!-- 		                        <input type="password" placeholder="비밀번호를 입력해주세요"   id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}" onclick="actionLogin();"> -->
-		                        <input type="password" placeholder="비밀번호를 입력해주세요"   id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin_temp(); return false;}">
+		                        <input type="password" placeholder="비밀번호를 입력해주세요"   id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}">
 		                        <label for="login_button" class="label"></label>
-		                        <button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin_temp();">로그인</button>
+		                        <button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button>
 		                    </div>
 		                    <div class="login_save">
 		                        <input type="checkbox" id="save_id" name="checkId">
Add a comment
List