HTTrack Website Copier
Free software offline browser - FORUM
Subject: Parce error in Javascript function
Author: Sunnysepp
Date: 12/22/2002 21:04
 
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
 
Reply


All articles

Subject Author Date
Parce error in Javascript function

12/22/2002 21:04
Re: Parce error in Javascript function

12/22/2002 21:12
Re: Parce error in Javascript function

12/22/2002 21:23




8

Created with FORUM 2.0.11