Hi All,
Let me preface this by saying I am a web rookie, so please keep responses somewhat simple.
I have an app whose purpose is to retrieve the html from a web page and parse it into an Access DB. To get to the page, I first have to log in.
I have code to fill in the UserId and Pwd on the page, but have no idea how to programatically "click" the submit button. The button is defined like so:
<TD align=middle><INPUT type=image height=25 alt="log in." width=61 src="Your Account Login_files/bd_bn_login.gif" border=0 name=submit></TD>
In my program, the submit button is WB1.Document.All(253).
Also, is there a way to programatically "click" on a hyperlink on a page inside the WB control?
Any help would be greatly appreciated.
Paul
Let me preface this by saying I am a web rookie, so please keep responses somewhat simple.
I have an app whose purpose is to retrieve the html from a web page and parse it into an Access DB. To get to the page, I first have to log in.
I have code to fill in the UserId and Pwd on the page, but have no idea how to programatically "click" the submit button. The button is defined like so:
<TD align=middle><INPUT type=image height=25 alt="log in." width=61 src="Your Account Login_files/bd_bn_login.gif" border=0 name=submit></TD>
In my program, the submit button is WB1.Document.All(253).
Also, is there a way to programatically "click" on a hyperlink on a page inside the WB control?
Any help would be greatly appreciated.
Paul