Hi, weedpacket's proposition probably is the best solution. You could write a script to download any page, but this would raise some problems like :
- downloading all pictures associated with the page
- changing the src attribute of each img tag
- renaming the page to .htm
- etc.
So you should write a parser, or find a ready-to-use one... 🙂