| > I'm using HTTrack Website Copier Ver 3.10. First,
> if I want to download a web page to my local machine
> without retrieving it from the proxy. How can I set
> the options?
Is it that HTTrack is downloading a copy from a proxy cache? I haven't had
this problem myself.
> <frameset>
> <frame name='left' target='tool' src='homemenu.html'
> title='Menu frame'>
> <frame name='right' src='homemain.html'
> target='_self' title='Contents>
> </frameset>
> is it possible that HTTrack can
> download 'homemenu.html' and 'homemain.html' to
> my local H/D? I set up Maximum mirror depth = 2 but
> it downloads everything for me, not only those two
> files.
I wouldn't worry about mirror depth, but instead try some scan rules. If you
ONLY want to get the frameset, plus the two pages in the frames, I would do:
-*, +*/homemenu.html, +*/homemain.html
This says "Only get the first page, don't follow any links, but DO get the 2
pages I have specified."
> The last question is if page A is redirected to
> page B, how can I set HTTrack to download page B.
As far as I know HTTrack will handle all the normal redirect methods. I have
used this extensively and HTTrack handles all redirects nicely.
| |