
August 8th, 2000, 02:31 AM
|
|
Contributing User
|
|
Join Date: May 2000
Posts: 81
Time spent in forums: < 1 sec
Reputation Power: 9
|
|
|
You should be able to use:
form.button_name.disabled=true;
I know it works with checkboxes and radio buttons, but I've never used it with a graphical button. I have one source that lists disabled as a property, and another source that doesn't mention it.
However, this will not work in Netscape. (They did include it in 6.PR1). It is an IE attribute only. You'll probably have to use your existing solution for Netscape.
Russ
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by ssvr6:
I'm having trouble when my users are submitting a form. While the confirmation screen is loading they get impatient and click on the submit button again. I have code in there to prevent them from double clicking on it but would rather disable the submit button all together if that's possible.
Any and all help would be appreciated.
Steve[/quote]
|