| Hi,
In some pages I have
var sRootUrl = <http://some.domain/>;
function newURLs(aURLs, sRef) {
var i = 0;
for(i = 0; i < aCollection.length; i++)
aURLs[i][sRef] = sRootURL + aURLs[i][sRef];
}
if (document.links) newURLs(document.links, "href");
Which converts all URLs of the format <http://this>.
domain/document' into <http://some.domain/http://this>.
domain/document'.
Do you think that HTTrack will be able to reconstruct links
like this sometime?
Mark. | |