| > Basically I am trying to
> copy a site which has links that are javascript functions
> similar to 'goto(4)'. The javascript function basically
> creates the link dynamically based on the number passed
to
> it.
> Has anyone had any success in getting around this issue
> using HTTrack?
This issue is really hard to handle, and I doubt that an
automated tool will be able to handle that ; except using a
javascript engine. The best solution, unfortunately, is to
play with grep and sed in such cases, analyzing the sources. | |