Looping thru several dozen web pages to get info

  • Thread starter Thread starter Devon_Nullman
  • Start date Start date
D

Devon_Nullman

Guest
Continuing on from this thread, I now am at another impasse. In the past I have done stock quote grabbing asynchronously but that always involved getting separate web pages with different URL's AND NOT using a web browser control - This time I need to get data from a web page (results page) using the WebBrowser Document list of elements but that page can only be reached from another web page (query page). In both cases the URL of each never changes - the parameters from the query page are passed to the results page without changing the URL. One at a time it works fine - 3 buttons:
1 - Load the query page and wait until it is fully loaded
2 - Fill in the parameters and "Submit" - wait for that page to fully load
3 - get the pertinent data (a date) from the result

Any thoughts on how to automate this ?

Continue reading...
 
Back
Top