| Hi. I am trying to make a website available for offline browsing on a mobile
phone. The webpage includes a javascript and noscript link to an external
server where it loads a pixel gif for page counting:
<script type="text/javascript"> <!--
var IVW="<div style=\"display: inline;\"><img
src=http://heise.ivwbox.de/cgi-bin/ivw/CP/pda;/pda/newsticker/m100361.html?r=http://www.heise.de/newsticker/pda/data/paket2.html;
document.write(IVW + "&d=" + (Math.random()*100000) + "\" width=\"1\"
height=\"1\"></div>");
// -->
</script>
<noscript>
<div style="display: inline;"><img
src=http://heise.ivwbox.de/cgi-bin/ivw/CP/pda;/pda/newsticker/m100361.html?r=http://www.heise.de/newsticker/pda/data/paket2.html&d=94826.9483297928
width="1" height="1"></div>
</noscript>
Now whenever I open that page on the mobile it builds up an internet
connection costing me airtime.
Is there a way in httrack to remove/destroy all links that do not match my
filters?
Thanks,
negg | |