| > Could HTTrack parse java script and download embedded
> objects of parsed results into local web server?
HTTrack parses javascript by default, BUT only simple
javascripting (such as foo[a].src='images/bar.gif' or
document.write('<img src=bar.gif>'))
Complex javascripting is really hard to handle using
automated tools, and httrack often fails to handle it.
| |