--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -42,6 +42,10 @@ |
| 42 | 42 |
$(document).ready(function (){
|
| 43 | 43 |
|
| 44 | 44 |
|
| 45 |
+ $(document).on('click', '#id_text', function () {
|
|
| 46 |
+ actionLogin_temp(); |
|
| 47 |
+ }); |
|
| 48 |
+ |
|
| 45 | 49 |
$(document).on('click', '#secuLoginFlag', function () {
|
| 46 | 50 |
|
| 47 | 51 |
var secuLoginFlag = ""; |
... | ... | @@ -338,6 +342,12 @@ |
| 338 | 342 |
error: function (e) {
|
| 339 | 343 |
} |
| 340 | 344 |
}); |
| 345 |
+} |
|
| 346 |
+ |
|
| 347 |
+ |
|
| 348 |
+function actionLogin_temp(){
|
|
| 349 |
+ location.href='/web/user/login/login.do' |
|
| 350 |
+ |
|
| 341 | 351 |
} |
| 342 | 352 |
|
| 343 | 353 |
function actionLogin() {
|
... | ... | @@ -1709,9 +1719,9 @@ |
| 1709 | 1719 |
<input type="text" placeholder="아이디를 입력해주세요"id="id_text" name="id_text" class="id_text" maxlength="20" size="18"> |
| 1710 | 1720 |
<label for="password_text" class="label"></label> |
| 1711 | 1721 |
<!-- <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}" onclick="actionLogin();"> -->
|
| 1712 |
- <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}">
|
|
| 1722 |
+ <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30"size="18" onkeypress="if(event.keyCode==13) {actionLogin_temp(); return false;}">
|
|
| 1713 | 1723 |
<label for="login_button" class="label"></label> |
| 1714 |
- <button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin();">로그인</button> |
|
| 1724 |
+ <button type="button" id="login_button" class="btnType btnType1" class="login_button" onclick="actionLogin_temp();">로그인</button> |
|
| 1715 | 1725 |
</div> |
| 1716 | 1726 |
<div class="login_save"> |
| 1717 | 1727 |
<input type="checkbox" id="save_id" name="checkId"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?