Disabling all form buttons -
06-20-2006
, 07:05 PM
Is there a way to disable all form buttons when the user submits the
form information?
I thought about wrapping the entire page in a <div>, then re-writing the
HTML contents with a "Please wait, processing" message using the
onSubmit event, but this of course also removes the form fields :-( |