| Hi,
Does an option to prohibit parsing some HTML tags exists?
I need HTTrack not to follow <a href > links.
I want to retrieve a single page with all of its
components. Using a filter -*.html doesn't work if my page
contains frames (frameset iframe ...).
Is there anyway I could do that? and not following <a href>
link is really the solution of my problem?
I know it's not really the purpose of HTTrack but I would
Like it to act like a browser to prefetch an url.
another problem I can't solve:
I can't make HTTrack retrieve img files created by a
javascript unless the uri is absolute
(http://myhost/imgfolder/foo.gif). img declared by
document.write("<img src=\"imgfolder/foo.gif\">"); I tried
to replace the \" by \' or nothing ... but it didn't work.
I used -e and -B options so I don't think its a problem of
unaccessible folder ...
thank you for your help!! | |