axwebbrowser automated navigation & completion? How? (VB)

cgchris99

Newcomer
Joined
Sep 29, 2003
Messages
14
axwebbrowser automated navigation & completion? How?

I have figured out how to fill in values for the webbrowser fields.

AxWebBrowser1.Document.forms(0).All("UserAccount").value = "username"
AxWebBrowser1.Document.forms(0).All("AccessCode").value = "password"
AxWebBrowser1.Document.forms(0).submit()

2 other questions.

1) how do I click a button if there are say 3 buttons on the page.

2) how to I click a check box?

Thanks for any help
 
Back
Top