| I am trying to crawl a web forum that uses form authentication. So far, I am
able to get the main page and the posts in the main page. To get to the next
page, the forum uses javascript links for navigation. The link is of the
form:
javascript:__doPostBack('ctl01$ctl00$Pager$Next','')
Somehow, I am unable to get past this. I will appreciate if anyone can suggest
me what to do. I did put this in the filter:
+javascript:*Next*
but it did not help.
| |