| > When I tried to get this page:
> <http://www.ccim.org/BibleStudyGuide/index.html>
> I got bunch of errors:
> 03:38:37 Error: 'Not Found' (404) at link
> www.ccim.org/BibleStudyGuide/Include/CCIMMenu.js (from
> www.ccim.org/BibleStudyGuide/index.html)
> Do you have this problem? Is it error in the HTML code
or
> WinHTTrack?
Both problems. Javascript is really hard to handle,
especially when js files are being used (it's hard to
detect the current context path, and therefore detecting
proper directories is really tricky). It's not a problem
for browsers, which have a complete javascript engine
embedded. But it's a great problems for small offline
browsers such as httrack, and it often causes problems..
.. for example, in this case.
The only way would be to simplify the code, using "simple"
javascript (or using .js files located in the same level)
| |