[php] 입력된 값이 있어야만 버튼 활성화 시키기 > 팁앤테크

본문 바로가기
사이트 내 전체검색

팁앤테크

[php] 입력된 값이 있어야만 버튼 활성화 시키기

페이지 정보

본문

<form name="flogin" method="post" onsubmit="return flogin_submit(this);">
<input type="hidden" name="url" value='<?=$url?>'>
<!-- memberskin_outbox -->
<div class="loginskin">

<ul>
<li class="error">IDまたはパスワードが正しくありません。</li>
</ul>
<!-- login_left -->

<ul>
    <li>USERNAME<span class="form-required" title="This field is required.">*</span></li>
    <li><input type=text name="mb_id" id="mb_id" itemname="USERNAME" onchange='proces()' /></li>
</ul>

<ul>
    <li>PASSWORD<span class="form-required" title="This field is required.">*</span></li>
    <li><input type="password" name="mb_password" id="login_mb_password" name="login_mb_password" itemname="PASSWORD" onchange='proces()' /></li>

<div style="padding:20px 0; text-align:center;">
    <input type="submit" id="btn_submit" name="btn_submit" accesskey='s' value="ログイン">
    <input type="button" value='新規会員登録' onclick="document.location.href='./register.php';">
<br /><a href="./password_forget.php">ID、パスワードがわからない方はこちら</a>
</div>

<div style="clear:both; text-align:left;">
メンバーにご登録頂きますと、お客様情報の確認・変更など更に便利にご利用できます。
</div>
<!-- memberskin_outbox -->
</div>
</form>
<script language="javascript">
<!--
document.flogin.btn_submit.disabled = true;
document.onkeyup = proces;
document.onmouseup = proces;
document.onmousedown = proces;
function proces() {
if (document.flogin.mb_id.value == '') {
    document.flogin.btn_submit.disabled = true;
} else {
    document.flogin.btn_submit.disabled = false;
}

if (document.flogin.login_mb_password.value == '') {
    document.flogin.btn_submit.disabled = true;
} else {
    document.flogin.btn_submit.disabled = false;
}

}
//-->
</script>
추천0

댓글목록

profile_image
Total 124건 3 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
74 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16319 0 03-20
73 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16323 0 05-08
72 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16356 0 12-24
71 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16459 0 05-11
70 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16513 0 04-18
69 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16670 0 01-02
열람중 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16711 0 06-14
67 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16755 0 01-09
66 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16809 0 11-08
65 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16846 0 01-28
64 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16899 0 06-19
63 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16974 0 06-01
62 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17012 0 09-12
61 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17114 0 05-22
60 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17115 0 10-03
59 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17123 0 06-07
58 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17199 0 06-24
57 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17340 0 03-20
56 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17623 0 08-24
55 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17702 0 06-23
54 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17765 0 09-18
53 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17783 0 01-19
52 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17957 0 05-12
51 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 17987 0 10-08
50 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 18082 0 02-18

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
6,601
어제
7,465
최대
8,371
전체
1,692,543
Copyright (c) 株式会社YHPLUS. All rights reserved.