Greetings, I just started using pavuk today, and am absolutely amazed by
it. However, when trying to mirror a webpage that has frames, with
multiple pages within the frames, it fails to get the data off of the
multiple pages. For example, on one such page, there is a table defined
with several buttons to page through to the rest of the pages:
<table width=468 BORDER="0" cellpadding="0" CELLSPACING="0">
<tr>
<td !bgcolor="#EBA529" valign=top>
<font face="ms sans serif,trebuchet ms,arial,helvetica" size=1
color=maroon><b>
60 wallpapers listed
Page: 1 of 7 <br>
</td>
<td align=right>
<form METHOD="POST" ACTION="/list_thumbs.asp?category_id=4">
<input TYPE="Button" NAME="list_PagingMove" VALUE="
<< " style="background:#EBA529; color:maroon; font-size: 10pt;
font-weight: bold;">
<input TYPE="Button" NAME="list_PagingMove" VALUE=" <
" style="background:#EBA529; color:maroon; font-size: 10pt; font-weight: bold;">
<input TYPE="Submit" NAME="list_PagingMove" VALUE=" >
" style="background:#EBA529; color:maroon; font-size: 10pt; font-weight: bold;">
<input TYPE="Submit" NAME="list_PagingMove" VALUE="
>> " style="background:#EBA529; color:maroon; font-size: 10pt;
font-weight: bold;">
<!--<INPUT TYPE="Submit" NAME="list_PagingMove" VALUE="
Requête ">-->
<input TYPE="Hidden" NAME="ListAbsolutePage" VALUE="1">
<input TYPE="Hidden" NAME="category_id"
VALUE="4">
</form>
</td>
</tr>
</table>
However, only the first page is getting downloaded. Any help or advice would be
appreciated.
Thanks,
Marshall