表单重复提交问题解决方法


HTML #表单2014-04-08 16:18

以下例子简单解决使用客户端脚本解决重复提交问题。

<form method="post" name="register" action="">
<input name="name" type="text">
<input name="cont" type="button" value="yige.org提交" onClick="document.register.cont.value='正在提交,请等候。。。';document.register.cont.disabled=true;document.the_form.submit();">
</form>


相关文章

粤ICP备11097351号-1