WebBrowser Click event

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jjsavage@gmail.com

    WebBrowser Click event

    Hi all,
    I'm trying to create a program that will do the following:
    1. Load a web page
    2. Fill in some fields on the page
    3. Click the 'Submit' button.

    I've got 1 and 2, but I can't figure out how to programatically click
    the button on the page. Does anyone know how to do this?

    Thanks,
    John

  • Cor Ligthert [MVP]

    #2
    Re: WebBrowser Click event

    JJS,

    I don't know if this is already protected. (A webpage should only send
    information on command of the one who is using it, just some safety rules on
    Internet).

    However if not, than you can search on Internet for some javascipt. On the
    client side everything in ASPNET is done with JavaScript.

    Another option is to look in Ajax, I am however not aware that there is a
    possibility for that in that.



    Cor

    <jjsavage@gmail .comschreef in bericht
    news:1162406643 .471300.277980@ m73g2000cwd.goo glegroups.com.. .
    Hi all,
    I'm trying to create a program that will do the following:
    1. Load a web page
    2. Fill in some fields on the page
    3. Click the 'Submit' button.
    >
    I've got 1 and 2, but I can't figure out how to programatically click
    the button on the page. Does anyone know how to do this?
    >
    Thanks,
    John
    >

    Comment

    Working...