JT Moree - 2006-03-18

Logged In: YES
user_id=236631

The -clickDisables option defaults to true (=> 1) for a
submit button so that the user cannot click on the submit
button twice. After the user clicks the button javascript
code will be run that sets this.disabled = true; This
javascript will be added to the onclick hanlder in addition
to any other code specified for onclick. To turn it off
specify -clickDisables => 0. After the click the label can
be changed by setting -clickLabel => 'some text'. If the
option is not set the label remains unchanged.