how to log on using VB - TechRepublic
General discussion
April 16, 2001 at 08:07 PM
zzznewjobs

how to log on using VB

by zzznewjobs . Updated 25 years, 2 months ago

I have a project to retrieve some data from a web site. My questions are:
1. how do I tell a web site with VB code my user id and password so I can log on and go directly to the search page?
2. how do I get the data, in columns on web? I know how to get it when the search return result is only a single item, but not sure how to deal with several columns. It starts with

. and the data display like the following:
part# description price remark
A item A 0.01 buy
B item B 0.02 call
C item C 0.03 cheap
D item D 0.04 buy again

etc, etc. And I need all of the column information. So far I can open a site if no user id and password is required, and down load each single item price if it matches the part numbers in our table. But not sure how to get pass the user id and password, columns.

Thanks for any help.

This discussion is locked

All Comments