| Good day,
At first, nice program this HTTtrack.It is working quite good, however I found
an minor problem while downloading a website.
The occurs on:
<http://book.itzero.com/read/others/0503/Addison.Wesley.Hibernate.A.J2EE.Developers.Guide.Nov.2004.eBook-LiB_html/>
It seems that images in the chapters can't be saved correctly, like shown in
the following code-snap:
...><img border="0" alt="" width="425" height="370"
SRC="images/0321268199/graphics/01fig01.gif;380137"></p></ce....
The concern at this point (Chapter 1, choose an image) is the gif
"01fig01.gif;380137". This images should be saved like "01fig01.gif" instead
of "01fig01.gif;380137". The ";380137" must be skipped.
IE and Firefox interpretates the gif "01fig01.gif;380137" like "01fig01.gif"
on the disk.
Regards,
Mike | |