Detect URL and Download content from it
- by Veejay
I have a page 'PageA' that has around 20 links on it. Each link leads to a different page.
How can I access all the links on PageA programmatically and then download each of the pages(20) as .mht?
Also is there any existing app that does that?