리자

자동등록방지 코드

· 2008-11-18 (화) 18:14:17 · 4417 · 2

<script src="<?=$g4[path]?>/js/jquery.js"></script>
<script src="<?=$g4[path]?>/js/md5.js"></script>


<form id='fjoin' action='join_form.php' method='post'>
    <img id='kcaptcha_image' border='0' width=120 height=60 style="cursor:pointer;" title="글자가 잘안보이는 경우 클릭하시면 새로운 글자가 나옵니다.">
    <input class='ed' type='input' size='10' id='wr_key' name='wr_key' itemname="자동등록방지">  왼쪽의 글자를 입력하세요.
    <input type=submit>
</form>


<script type="text/javascript"> var md5_norobot_key = ''; </script>
<script type="text/javascript">
$(document).ready(function() {
    $('#kcaptcha_image').click(function() {
        $.post('<?=$g4[bbs_path]?>/kcaptcha_session.php', function(data) {
            $('#kcaptcha_image').attr('src', '<?=$g4[bbs_path]?>/kcaptcha_image.php?t=' + (new Date).getTime());
            md5_norobot_key = data;
        });
    });

    $('#kcaptcha_image').click();

    $('#fjoin').submit(function() {
        if ($('#wr_key') != 'undefined') {
            if (hex_md5($('#wr_key').val()) != md5_norobot_key) {
                alert('자동등록방지용 글자가 제대로 입력되지 않았습니다.');
                $('#wr_key').select().focus();
                return false;
            }
        }

        return true;
    });
});
</script>

[이 게시물은 관리자님에 의해 2011-10-31 16:55:28 jQuery에서 이동 됨]
|

댓글 2개

2008-11-18 (화) 21:02:55
이렇게 캐차가 바뀌네요 *^^*
풍선도움말 예제도 하나... 굽신굽신...
테스트 해봤네요 좋네요 관리자님 감사 ㅋㅋ
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

5,403건

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
jQuery 08-12-13 조회 4,942
jQuery 08-12-12 조회 5,863
기타 08-12-12 조회 2,532
jQuery
[jQuery]
08-12-11 조회 3,277
기타 08-12-10 조회 3,554
MySQL 08-12-06 조회 3,750
MySQL 08-11-30 조회 4,017
jQuery 08-11-26 조회 5,115
jQuery 08-11-25 조회 3,796
jQuery 08-11-25 조회 3,135
jQuery 08-11-25 조회 5,951
jQuery 08-11-25 조회 5,010
jQuery 08-11-21 조회 5,618
JavaScript 08-11-21 조회 5,336
기타 08-11-20 조회 4,171
jQuery 08-11-20 조회 4,256
jQuery 08-11-19 조회 4,409
jQuery 08-11-19 조회 4,705
jQuery 08-11-18 조회 4,418
jQuery 08-11-15 조회 2,885
기타 08-11-14 조회 3,003
JavaScript 08-11-14 조회 2,873
jQuery 08-11-14 조회 3,676
jQuery 08-11-13 조회 4,392
jQuery 08-11-12 조회 1.2만
기타 08-11-07 조회 1.1만
JavaScript 08-11-03 조회 3,417
PHP 08-11-01 조회 3,105
기타 08-10-30 조회 3,043
JavaScript 08-10-30 조회 2,479