| Hi. I'm trying to download a website where the links look
like this:
function open(page)
{
window.open(http://www.domain.ext/ + page + 'html');
}
<a href="#" onclick="open('somepage');">Link</a>
I realize this is difficult for httrack to parse. Is there
any setting I can tweak to make it work? Or is there any
other website copier which can handle complex javascript?
Thanks,
Martin | |