Enable submit button javascript ( asp page )

Posted by Filipe Costa on Stack Overflow See other posts from Stack Overflow or by Filipe Costa
Published on 2010-05-21T08:57:41Z Indexed on 2010/05/21 9:10 UTC
Read the original article Hit count: 211

Filed under:
|
|

Good morning. By default, and i don't know why, when the page ends the rendering, i get the submit button disabled.

<input type="submit" class="buttonColor" disabled="disabled" id="MyMatrix_ctl10_Form_btnSubmit" value="Enviar" name="MyMatrix$ctl10$Form$btnSubmit">

I need some way to enable it, or else i can't submit the form.

How can i do it?

Thanks.

© Stack Overflow or respective owner

Related posts about form-submit

Related posts about button