How to submit form only once after multiple clicking on submit?

后端 未结 9 2147
北荒
北荒 2020-12-13 10:41

I am having problem that when i am trying to submit the form by clicking on the submit button it takes some time to post request during this if i am again click on the Submi

9条回答
  •  囚心锁ツ
    2020-12-13 11:08

    if you are use form submit / post in PHP then use this code

    onclick="disableMe();" in type="submit" 
    

    its submit button code

    
    

提交回复
热议问题