component to download a webpage with the images, css & js files?

  • Thread starter Thread starter John Dalberg
  • Start date Start date
J

John Dalberg

I am looking for a component which I can use in my app to download a web
page with all its associated files like images, css and Javascript files.

Any recommendations?

John Dalberg
 
Hello John,

Save page as MHT
http://www.eggheadcafe.com/articles/20040527.asp

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

JD> I am looking for a component which I can use in my app to download a
JD> web page with all its associated files like images, css and
JD> Javascript files.
JD>
JD> Any recommendations?
JD>
JD> John Dalberg
JD>
 
Eliyahu Goldin said:
What about <iframe>?

What about it? An iframe displays a web page. How is it going to be used to
grab a web page and put all the elements in some folder I specify?

John Dalberg
 
Back
Top