| Hi,
The local copy of my website works fine, except for one
javascript code, contained in a separate .JS file.
My original code is :
if(!ns4){if(bimg)ofb="url("+bimg+") "+ofb;
But the local copy of the file contains this :
if(!ns4){if(bimg)ofb="url("+bimg+.html") "+ofb;
You can notice that a ".html" has been added in the URL
function. Is there a possibility to stop httrack doing
this ? I tried to have a look at the command line version
(under windows) but I found nothing interesting...
Thanks for your help !
Alex | |