I want to using mechanize to click next page in this link.
I see that this code:
<pre>
<a onclick="self.scrollTo(0,110);" id="ctl00_ContentMain_lbtnFooterNext" class="paging" href="javascript:__doPostBack('ctl00$ContentMain$lbtnFooterNext','')" style="float:right">Next page ></a>
</pre>
How can I do this?