<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>
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 12099 |
웹서버
리눅스백그라운드실행
|
| 12097 | |
| 340 | |
| 12094 | |
| 12093 | |
| 12092 | |
| 12091 | |
| 12090 | |
| 12089 | |
| 12088 | |
| 12087 | |
| 12086 |
MySQL
mysql에서 boolean 타입 사용하기
|
| 12085 | |
| 12084 | |
| 12083 |
MySQL
mysqladmin 상태 모니터링
|
| 12082 | |
| 12081 | |
| 12080 |
웹서버
리눅스 프로세스 검사, 조회
|
| 12079 |
웹서버
리눅스에서 네트워크 상태 보기
|
| 12078 |
웹서버
리눅스 80 포트 방화벽 열기
|
| 12077 | |
| 12076 |
MySQL
Mysql Table 일괄 삭제 방법.
|
| 12075 | |
| 12074 | |
| 12073 |
MySQL
mysql 상태를 확인 하는 방법
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기