Hello!
[TD="class: postcell"] I am using Microsoft Visual Basic 2010 Express.
I need to remove "disabled" attribute from this element in webbrowser.
[/TD]
It must look like this:
I tried to change value of "disabled" to "" but registration doesn't work.
How can I do it?
Thanks.
[TD="class: postcell"] I am using Microsoft Visual Basic 2010 Express.
I need to remove "disabled" attribute from this element in webbrowser.
HTML:
<input id="RegisterBtn" class="btn btn-primary" type="submit" disabled="false" name="" value="Register"></input>
[/TD]
It must look like this:
HTML:
<input id="RegisterBtn" class="btn btn-primary" type="submit" name="" value="Register"></input>
I tried to change value of "disabled" to "" but registration doesn't work.
How can I do it?
Thanks.