
July 12th, 2001, 08:54 AM
|
|
The one who gets it done
|
|
Join Date: Jun 2001
Location: Madison, WI
Posts: 395
Time spent in forums: 5 h 32 m 22 sec
Reputation Power: 12
|
|
|
Sure. disable it. Something like: document.FORMNAME.BUTTONNAME.disabled=true;
Idea 2: Change the button so that instead of being type=submit, onclick="submitFunction();", or some such. In that function use whatever testing to decide if it will submit the form: document.FORMNAME.submit();
Cheers,
J
|