For learning purposes, I like to download the html/css/javascript for sites.

Using firefox now only seems to download the html page, images/css/js is not downloaded.

Is there a plugin to do this in firefox?

Its a great learning tool for me.

link|improve this question

48% accept rate
feedback

migrated from stackoverflow.com Mar 1 '10 at 5:33

This question came from our site for professional and enthusiast programmers.

5 Answers

up vote 5 down vote accepted

In the Save As box, select Web Page, complete as the type.

link|improve this answer
feedback

I guess httrack would suit your need

link|improve this answer
feedback

Of course Firefox downloads all images/css/js as well, otherwise it wouldn't be able to render it.

Try downloading and installing the Plugin Firebug, it gives you easy access to all parts of a webpage.

https://addons.mozilla.org/en-US/firefox/addon/1843

link|improve this answer
Strictly speaking, yes, you're right. But you're not really answering the question being asked...that being the case, I'm not the one that down-voted you, so I can't speak as to his/her reasons. – David Thomas Mar 1 '10 at 1:36
feedback

I'd vote to close: Not Programming Related, but since it's so simple, I thought i'd give an answer too: File -> Save Page As... -> Type: "Web Page, Complete"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.