submit 후 다시 submit 되지 않도록 btn_submit 을 disabled 로

This commit is contained in:
gnuboard
2013-05-29 11:19:10 +09:00
parent eb46ea069b
commit 6315c80682
4 changed files with 6 additions and 19 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>