| > I couldn't copy this website <http://www.dslwebserver.com>.
> the IE55 freezes when I load the site. But if I use the
> IE's Synchronize the site can be viewed off line. Is
there
> any reason for the site not being loaded properly by
> HTTrack ? Thanks.
This problem is due to the embedded javascript in
main/main.html:
if (parent.location.href == self.location.href)
{var current = window.self.location.pathname;
window.location.replace (parentframe + '?' + current);
}
..causing an endless loop. Unfortunately, the only solution
is to disable javascripting for this page :(
| |