Recent content by Axlii1

  1. A

    How to remove element attribute in webbrowser

    Thank you. Can you tell me how can I remove it? I tried Browser.Document.GetElementById("RegisterBtn").OuterHtml = "<input id='RegisterBtn' class='btn btn-primary' type='submit' name='' value='Register'>" But registration still doesn't work. I want to make app which will create account here...
  2. A

    How to remove element attribute in webbrowser

    Hello! I am using Microsoft Visual Basic 2010 Express. I need to remove "disabled" attribute from this element in webbrowser. <input id="RegisterBtn" class="btn btn-primary" type="submit" disabled="false" name="" value="Register"></input> It must look like this...
Back
Top