J
John Spiegel
Hi all,
I think this is a longshot, but is there a technique for programmatically
run a webpage?
Let's say one of our vendors has a page that we go to daily to pick up some
files. Each time, the user clicks a link, that brings up a file dialog
prompting for a local name to download to and OK's. This process is
repeated for a number of files.
I'm wondering if something like this is possible: You could have a form
hosting an MS WebControl, navigated to a page where you know the layout.
Then perhaps there might be a method exposed that would allow you to read
the text of the HTML programmatically. You could parse that to decipher
which href you need, then post the page as if that link had been clicked.
The whole idea feels very kludgy, even if it would work, but it would suit a
few purposes.
TIA,
John
I think this is a longshot, but is there a technique for programmatically
run a webpage?
Let's say one of our vendors has a page that we go to daily to pick up some
files. Each time, the user clicks a link, that brings up a file dialog
prompting for a local name to download to and OK's. This process is
repeated for a number of files.
I'm wondering if something like this is possible: You could have a form
hosting an MS WebControl, navigated to a page where you know the layout.
Then perhaps there might be a method exposed that would allow you to read
the text of the HTML programmatically. You could parse that to decipher
which href you need, then post the page as if that link had been clicked.
The whole idea feels very kludgy, even if it would work, but it would suit a
few purposes.
TIA,
John