HTTrack Website Copier
Free software offline browser - FORUM
Subject: Troubles with a Java Script part
Author: Herbie
Date: 10/09/2003 22:45
 
I have the following piece of java script code in a html
document:

function popUpWindow(picture,titel,legende,x,y) {
  ... a lot of instructions. Here comes the difficult part
   w.document.write('</BODY></HTML>');
   w.focus();
}

After fetching the site with httrack the following occurs:

function popUpWindow(picture,titel,legende,x,y) {
  ... al lot of instructions
   w.document.write('</BODY><meta http-equiv="content-type"
content="text/html;charset=iso-8859-1">
</HTML>');
   w.focus();
}

Of course this throws a javascript exception in the mirrored
site.

As suggested in this forum I was trying to use the --footer
'(none)' option without success. What can I do for
suppressing this meta-tag ?
Thanks for your help
Best regards
Herbie

PS: I'm using Version: 3.30-RC-13
 
Reply


All articles

Subject Author Date
Troubles with a Java Script part

10/09/2003 22:45
Re: Troubles with a Java Script part

10/10/2003 20:49
Re: Troubles with a Java Script part

10/10/2003 22:18
Re: Troubles with a Java Script part

10/10/2003 23:05
Re: Troubles with a Java Script part

10/10/2003 23:39
Re: Troubles with a Java Script part

10/13/2003 10:02
Re: Troubles with a Java Script part

10/26/2008 02:22




2

Created with FORUM 2.0.11