| > I'm trying to mirror
> <http://seattletimes.nwsource.com/mlk/king/index.html>
> Is there a way to have (or force) relative links in the
mirror ?
This is actually a javascript parsing bug in httrack:
document.write('');
. ^^
The '' string inside javascript is not corectly handled
apparently, and the automaton is screwing up.
I'll fix that soon!
| |