WEBBROWSER CONTROL ..NEED HELP

I M A NEWBIE IN VB.NET...

i created a new project...with a webbrowser control....i studied a webpage..

used this line

webbrowser1.document.getElementsByTagName("INPUT").item(0).innerText="HELLO"

to fill a textarea...

it worked..

but below that there was a button on that webpage...i dont know how to click it using vb.net...

can anybody plz ans my question...

thnking in advance



Answer this question

WEBBROWSER CONTROL ..NEED HELP

  • ylhyh

    Hi.

    When you said, "i dont know how to click it using vb.net..." we couldnt understand where you are facing problem Is that you dont know how to handle click event of that button Can you be more clear in what you want to accomplish

    Thank you,
    Bhanu.



  • Kirti Mistry

  • scarneol

    i meant with a button on my webbrowser(on my form)...how can i click a button on a webpage
  • nkranes

    yea i'm having the same problem he is. i have a webbrowser object on my form, i've used it to load a web page fill in the text boxes on that webpage, but i can't get it to click the log in button for that webpage or just execute the submit command

  • WEBBROWSER CONTROL ..NEED HELP