Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading a lot of web pages consecutively

Status
Not open for further replies.

LeonKl2

Programmer
Jun 16, 2003
26
US
Hi,

I'm trying to write a program that will read the source code of some pages and get some information out of them.

I wrote a simple program to do that but I'm getting a really weird bug.

I'm inputting the URLs by just using Text1 and then I split that by newlines into an array and I have the program go through all of the them consecutively and call info = Inet1.OpenURL(URL) with the URL being the latest URL.

The first one works fine, but all the rest just come up blank.
I have no idea why that is happening.

Any clue?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top