WebBrowser Click event

  • Thread starter Thread starter jjsavage
  • Start date Start date
J

jjsavage

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
 
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.

http://www.microsoft.com/downloads/...DF-D246-4929-A027-D5EE6F806851&displaylang=en

Cor
 
Back
Top