| > Why do not add the capability of catching such links
> in httrack ? This is not that complex, at least for
> most of them (window.open(Link) is not so difficult
> to catch) and it will definitively make httrack the
> best web crawler in the world !
Err, it is already done ; but only for basic links, such as:
foo.open()
foo.src = ...
foo.location = ..
foo.write("a href=..")
But if the code contains complex expressions or functions, you lose.
| |