John Zhang wrote: > > Wondering how to fetch a full page (including HTML text and its > embedded components) without the UI? TestProtocols in netlib fetches > the HMTL, but not the components. The HTML downloading, parser and > components downloading should occur concurrently. I understand Viewer > can do this, but with a UI. > > I asked the question in Netlib group and someone refers me to here. Darin referred you to the layout group, not the layout.checkins group. I'm sending this reply to the layout group. I don't know if there is any code in Mozilla itself to do this, but there is a tool called "grab" in the following location that will grab everything under a directory (recursively): http://lxr.mozilla.org/mozilla/source/webtools/web-sniffer/ The sources are under mozilla/webtools/web-sniffer via CVS: http://www.mozilla.org/cvs.html Erik
