i am trying to get pagination data using scraping. next page data are retrieved using on-click event, is it possible to retrieve?
this is my URL which i used for scraping : http://www.esrb.org/ratings/search.jsp
this is the code of next page link :
<input type="submit" onmousedown="restorePreEdits()" onclick="javascript:scrollPage('1');return false;" id="nextPage" value=">>" name="nextPage">