Hi,
I have seen this before, and am unsure how to do it. I need to disable the submit button and change the value of the text when a user submits the form.
<form method="POST" name="ContestForm" action="process.php" onSubmit="return verify()">
<input type="submit" name="submit" value="Insert/Update" id="submit">
something like putting a new line in my verity() funciton that would add
form.ContestForm.submit = disabled
form.ContestForm.submit.value = processing





Bookmarks