How do you get HTTRACK to follow a PHP link that is in a form. This site has a
form that when the button is pressed the URL that it references is a PHP link.
Here is the code:
<form action=http://store.daz3d.com/catalog/category.php method=POST
name=Paging><input type=hidden name=LimitStart value=0 /><SPAN
CLASS="controlCenterText">1-30 of 35</SPAN><input type="image"
src="../graphics/ui/next.gif" name="PagingNext" value="PagingNext"
alt="PagingNext" /><input type="image" src="../graphics/ui/end.gif"
name="PagingEnd" value="PagingEnd" alt="PagingEnd" /><input type=hidden
name=cidx value=3></form>
Thanx a bunch |