On Sat, Jan 29, 2011 at 03:42:54AM +0000, Harriet Bazley wrote: > I don't think that's actually possible: WebsterXL used to try to do > just this, and the result was that you got all sorts of directories with > random image files in appearing *above* the 'full save' you thought > you'd created. Unfortunately not all elements of a web page are > necessarily loaded from levels subsidiary to the actual HTML file.
It's worse than that; any given URL might return different data on each request. (Think about what happens if a "counter image" CGI is included twice.) B.