submit 후 btn_submit 에 disabled 적용

This commit is contained in:
whitedot
2013-05-29 10:57:43 +09:00
parent 8b57547440
commit eb46ea069b
2 changed files with 4 additions and 0 deletions

View File

@ -244,6 +244,8 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<?php if($is_guest) echo chk_captcha_js(); ?>
document.getElementById("btn_submit").disabled = "disabled";
return true;
}

View File

@ -218,6 +218,8 @@ function fwrite_submit(f)
<?php echo $captcha_js; // 캡챠 사용시 자바스크립트에서 입력된 캡챠를 검사함 ?>
document.getElementById("btn_submit").disabled = "disabled";
return true;
}
</script>