| > 09:45:13 Error: 'Not Found' (404) at link
> americanluxurycoach.tripod.com/id29.html (from
The site has a javascript trick which changes the base href
of the site ; maybe a protection against offline browsers:
document.write('<Base href="' + window.location.protocol
+ '//' + window.location.host + dir + '/">');
There is no way to download it, unfortunately, except by
removing this javascript code, or to add the corresponding
base href tag
| |