| I'm using WIN HTTrack. Some js files are being copied some are not. I checked
other questions in the forum but was unable to solve my problem.
Specifically, while downloading a site, I download the following javascript
file
<http://dalas.es/routing-and-switching-essentials/course/common/scripts/templates/slide/MultiBarSlide.js>
which contains the following loadScript calls:
*******************
/*loadScript("../../../common/scripts/templates/comp/BarButtonComp.js");
loadScript("../../../common/scripts/templates/comp/TextComp.js");
//loadScript("../../../common/scripts/templates/slide/MultiButtonSlide.js");
loadScript("../../../common/scripts/templates/slide/DescriptionSlide.js");
loadScript("../../../common/scripts/templates/slide/AnimationSlide.js");
//loadScript("../../../common/scripts/templates/slide/ImageSlideNew.js");
//loadScript("../../../common/scripts/templates/slide/TableSlideNew.js");
loadScript("../../../common/scripts/templates/slide/ImagePopOverSlide.js");
//loadScript("../../../common/scripts/templates/slide/DragDropSlide.js");
//loadScript("../../../common/scripts/templates/slide/InteractiveAnimSlide.js");
loadScript("../../../common/scripts/templates/slide/VideoSlide.js");
//loadScript("../../../common/scripts/templates/slide/PopOverSlide.js");
loadScript("../../../common/scripts/templates/slide/AsciiToBinSlide.js");
//loadScript("../../../common/scripts/templates/slide/InteractiveSlide.js");*/
******************************
and yet none of these files are included in the mirror.
I have enabled "Parse Js Files." I noticed on some other posts that non html
file parsing must be enabled too but I don't see that in the WIN HTTrack
settings.
| |