Search results for query: *

  1. J

    Submit a webbrowser form

    Hi everybody !! I have a website loaded into a WebBrowser which contains a form, several inputs. I have found how to fill these inputs with the following code wb1.Document.All.Item("loginID").InnerText = "loginid" but i can't get the form submitted. I tried with javascript and...
Back
Top