| > (newbie) I am trying to mirror a site that contains
> some DHTML, controlled by javascript, to display
> images (from www.outoffocusrocks.com/gallery1.html).
> Many of the images do not download since their
> references are embedded in javascript. However,
> directory listing is available if I browse right to
> the image directory.
You can add the image directory to the list of downloaded URL(s).
If you downloaded www.example.com, and the image directory is
www.example2.com/images/, just add:
www.example2.com/images/
in the "URL" area.
If you are downloading too much data, adjust the filters, such as in:
-www.example2.com/*
+*.gif +*.jpg
(exclude the www.example2.com site EXCEPT gif and jpg images)
| |