WebBrowser Click event

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
 
C

Cor Ligthert [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top