이호영 이호영 2025-04-15
로그인 원복
@056f0b1b44bb22e3f54812e712b12df74a1d80bf
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
@@ -42,6 +42,10 @@
 $(document).ready(function (){
 	
 
+    $(document).on('click', '#id_text', function () {
+	    actionLogin_temp();
+	});
+
 	$(document).on('click', '#secuLoginFlag', function () {
 
 		var secuLoginFlag = "";
@@ -338,6 +342,12 @@
 		error: function (e) {
 		}
 	});		
+}
+
+
+function actionLogin_temp(){
+	location.href='/web/user/login/login.do'
+	
 }
 
 function actionLogin() {
@@ -1709,9 +1719,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(); return false;}">
+		                        <input type="password" placeholder="비밀번호를 입력해주세요"   id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin_temp(); return false;}">
 		                        <label for="login_button" class="label"></label>
-		                        <button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button>
+		                        <button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin_temp();">로그인</button>
 		                    </div>
 		                    <div class="login_save">
 		                        <input type="checkbox" id="save_id" name="checkId">
Add a comment
List