6

I'm trying to download an entire site:

http://givatram.org/bank/hug.php?hug=0

Unfortunately, instead of the standard href tag, the page uses javascript functions to generate links:

<tr>
<td><div align="center" dir="rtl">69821</div></td>
<td onclick='go2("69821");' style="text-decoration:none;color:blue;cursor:pointer;word-wrap:nowrap"><div align="right" dir="rtl">  </div></td>
<td style="text-decoration:none;color:blue;cursor:pointer;word-wrap:nowrap"><div align="center" dir="ltr">1</div></td>
</tr>

I've tried wget and downthemall, but they can't handle this kind of linking mechanism.

How do I download an entire site with js links instead of href tags?

Adam Matan
  • 8,740

0 Answers0