| I am trying to mirror a discussion forum that uses javascript to menu the
multiple pages.
HTTrack downloads the pages successfully and with some creative filtering, I
am able to capture all of them. However when I open the mirror and try to
browse, the menuing points me back to the online site, not to the mirror on
some of the links that use the javascript options
The code on the menu is:
/index_togl.gif" border="0" alt="Page Index toggle" title="Page Index toggle"
/></a></span><span style="float: left; height: 21px; margin: 0;"><select
size="1" name="decselector1" id="decselector1" style="font-size: 9px; border:
2px inset;" onchange="if(this.options[this.selectedIndex].value)
SelDec(this.options[this.selectedIndex].value, 'xx')">
<option value="1|10|20|0" selected="selected">1-10</option>
<option value="11|20|20|200">11-20</option>
<option value="21|30|20|400">21-30</option>
<option value="31|34|20|600">31-34</option>
</select>
The first 3-4 pages work fine but as soon as you need to toggle to the next
group, the online files open instead of the mirror files.
Is there a way to get the menuing functional, either with a different filter
or by adding some sort of code?
thanks
Paul
| |