Haneef Puttur

Disabling Submit button to avoid Double Entry

Add this code on the event of the button:

 

 

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

.

Exit mobile version