| Hi,
I've problem which I cann't solve:
The situation:
HTTrack scan a page which contains a JaveScript function.
This function contails the following lines:
NewWindow.document.write ("<img src=");
NewWindow.document.write (file);
NewWindow.document.write (">");
HTTrack now tries to "solve" the problem with the missing
filename after src=. So, HTTrack generates a file with to
following content:
NewWindow.document.write ("<img src=");.html
NewWindow.document.write (file);
NewWindow.document.write (">");
This is not readable by the browsers because the ".html"
produces a javascript error.
How can I solve this problem?
Thanks a lot
Josef | |