| I've been using HTTrack3.23-ALPHA-keepalive-noV6+swf for a
few weeks without any crash.
Two problems with any recent version of Httrack below
while mirroring www.resourcefulschools.org, in the
following code Httrack looks for one file:
interactionClass.js,elemDragClass.js,behDragLayer.js
instead of three different files
<interaction name="Drag_ManyToMany01" object="G01"
template="020_Drag and
Drop/010_Drag_ManyToMany_04.agt"
includesrc="interactionClass.js,elemDragClass.js,behDragLaye
r.js">
same problem with
firstenergy.apogee.net\kids\elecfun\wrdsearch\wdsrch.htm
<p> <applet code="WordSearch.class" width=425 height=350>
<param name="gridcolors"
value="black,white,#ffffcc,yellow">
<param name="listcolors"
value="#660000,#ffffcc,#666666">
<param name="files"
value="power.txt,electricity.txt,energy.txt,history.txt">
</applet>
where power.txt,electricity.txt,energy.txt,history.txt is
considered as one file which can't
be found.
Is it possible to consider commas as delimiters in these
cases and not in a string containing plain text? | |