| > tried....but no photos were downloaded. All are txt
> or html.? Why? Is it something powerful to block
> httrack from copying?
Yes. Per <http://www.httrack.com/html/faq.html#Q2> httrack has only a simple
javascript parser and can't handle this:
<SCRIPT type="text/javascript" language="javascript"
SRC=http://cmh.hk.overture.com/js_flat_1_0/? config=2401580079&
source=asiadog_hk_ctxt& ctxtCat=hk_t1_default_finance& ctxtId=misc&
maxCount=1& type=game"></SCRIPT>
<script type="text/javascript" language="javascript">
...while (i < maxloop) { ... var clickURL = zSr[i++];
...document.write('onClick="window.open(\'' + clickURL + '\', \'overad\')"
...;">'); ...
The first is a js script on an external site that populates an array variable
zSr.
The second takes one element out of the array and generates a url. | |