防止重复提交


Warning: Undefined array key "HTTP_REFERER" in /www/wwwroot/prod/www.enjoyasp.net/wp-content/plugins/google-highlight/google-hilite.php on line 58

?1,<asp:button ? id=”x” ? runat=”server” ? OnClientClick=”this.disabled=true;document.post.submit();” ? /> ?
? ?
?? 2,设置一全局JS变量
var hasSubmit = 0;
。。。。{
?? ? if ( hasSubmit == 0 ){
??????????????? hasSubmit = 1;
??????????????? return true;
??????????? }else{
??????????????? return false;
??????????? }
}