Hide button image
Hi All
I have a form that uses the input type = image to submit.
Some stupid users are hitting the save image several times in quick succession and causing an error.
Is there a way to disable the image button in javascript on the first click, or does anyone have a more elegant solution.
The form does not submit immediately, I do some validation first, and return true if OK, so any javascript could go there.
ANdy
|