Disabling Submit button to avoid Double Entry

By | June 6, 2010

Add this code on the event of the button:

 

 

onClick=”this.disabled=true; this.value=’Saving Please Wait…’; this.form.submit();”

.