| There are javascript links that don't get converted to point to the local file
structure, but instead point to the live website. The interesting thing is
that HTTrack successfully mirrors the pages that those javascript links point
to, it's just that the links themselves aren't converted, making offline
navigation difficult.
Here's an example of the javascript anchor which is inside a script tag (mind
that the following is part of a larger string):
a href=https://somewebsite.com/somepage/
Is HTTrack able to convert URLs like this to point to the local file
structure, or do I have to do this manually? | |