> I use httrack to scan my own pages for broken links.
> There is javascript in those pages which uses an
> html file name in a cookie check, e.g.:
> document.cookie.indexOf("file32.html");
The onyl way currently is to use:
--extended-parsing=0
This will prevent the engine from doing nasty things..
|