| Here is a problem with javascript parsing
using HTTrack3.30-RC-1b+swf
URL <http://www.nemoenamerique.com/carte.asp>
original html
<a href=dpet21fc1.asp
onMouseOver="changeImages
('carte_03', 'images/carte_03_over.gif'); return true;"
onMouseOut="changeImages
('carte_03', 'images/carte_03.gif'); return true;">
parsed with HTTrack :
<a
href=dpet21fc1.asp%20%20%20onMouseOver=_changeImages(%
27carte_03%27,%20%27images/carte_03_over.gif%27);%20return%
20true;_onMouseOut=_changeImages(%27carte_03%27,%20%
27images/carte_03.html>
This leads to the creation of subfolders with an error 404.
Is there any option to download images/carte_03_over.gif
and leave javasript unchanged ?Thanks
| |