Link to home
Start Free TrialLog in
Avatar of John Account
John Account

asked on

Opening multiple webpages

Hello Experts. I have a browser control through which I want to open many web pages, one at a time, wherein I will search for information that may have changed. I don't need help with how to search for the info I'm looking for. What I need your help with is how to go through one page at a time, waiting till the seach therein is done before moving on to the next URL. I've gotten very rusty working with Arrays, so I'll need some extra attention here. This page seems to be onto something, but I need more elaboration:
https://www.experts-exchange.com/questions/20177242/Verify-that-the-webbrowser-has-fully-loaded-a-web-page.html?query=browser+control+loop+through+links&topics=93#6449318

Many kind thanks in advance,
John
ASKER CERTIFIED SOLUTION
Avatar of jimbobmcgee
jimbobmcgee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of John Account
John Account

ASKER

Getting a Type Mismatch on that array.
Take out the Set command:

    a_szURLs = Array(...)

J.