submit 후 submit button 을 disabled 함

This commit is contained in:
gnuboard
2013-05-02 16:07:26 +09:00
parent 53e4399a40
commit 4c573d0ab0
3 changed files with 8 additions and 2 deletions

View File

@ -379,6 +379,8 @@ function fregisterform_submit(f)
<?php echo chk_captcha_js(); ?>
document.getElementById("btn_submit").disabled = "disabled";
return true;
}
</script>