| Hi,
Javascript file referenced by the following code is not retrieved:
<script type="text/javascript" src="/include/js/xtcore.js"></script>
I've added in "Scan Rules":
+*.js
+*/include/*
No "include" folder is created, no js file retrieved.
Same problem with css files:
<link rel="stylesheet" type="text/css" media="projection, screen"
href="/include/css/default.css">
In the HTML file containing these codes, links are rewritten with absolute
URL:
<script type="text/javascript"
src=http://www.foo.com/include/js/xtcore.js</script>
and for css:
<link rel="stylesheet" type="text/css" media="projection, screen"
href=http://www.foo.com/include/css/default.css
How can I tell HTTrack to retrieve these files ?
Thanks in advance,
Yuan | |