| > This is the alike page with image link issue -
> <http://www.prosoft.ru/products/types/376357/>
The image are all absolute links: img
src="/themes/default/img/logo.png?03162009185950"
The default is for httrack to go down only and those are above /products...
Either enable near (get non-html related) add a filter, or
experts/direction=both.
The clickable images have urls like: onclick="return hs.expand(this)"><img
src="
<spaces>/cms/i/376645$[220x160].jpg
<spaces>"
width...
Those are not downloaded because they aren't valid. The onclick parses them
for popup window, but httrack does not click on forms. You'll get the images
but you won't be able to click on the thumbnail to see them.
Finally www.prosoft.ru has a robots.txt so you may have to override that
also.
| |