| First, great program, love it!! :)
I discovered an apparent bug in the program you might want
to know about. Suppose I'm copying www.mysite.com. The
index.html file has a reference to a javascript file in the
js folder:
<script src="js/myjs.js"></script>
In this file are references to images such as:
image1.src = "gfx/image1.jpg";
The browser correctly fetches the image from
www.mysite.com/gfx/image1.jpg, but HTTrack tries to get it
from www.mysite.com/js/gfx/image1.jpg as can be seen in the
error log and the fact that these images are never copied.
Thought you like to know about this. Thanks again for the
great program!!
Robert | |