Internet Transfer Control HELP!!!!!
I am making a piece of software that will automatically post data to a web page in order to automate a process. The problem: when I post the data to the page, the site returns a page which has a single submit button on it. In order to confirm the data i posted I need to automate a click to this submit button as well. Another problem i am having is that i am looping through a long list of records which need to be automatically posted to the site and i need to make the program wait for the complete request to finish in order to continue through the recordset. So the way it works:
1) Grab data set
2) Post a single record to the website
3) Get response page from site and click the submit button on it
4) loop back to beginning until all records have been done
Any help would be greatly appreciated and I look forward to hearing the genius ideas of those on this board. Please teach me....
|