I am trying to retrieve this
http://www.vgreleases.com/ReleaseDates/Upcoming.aspx
It is a list of upcoming titles. I just want to retrieve the list. How would i go about doing this?
I am familiar with JSOUP. Just need a little help with this one.
I also want to provide a NEXT MONTH button to go and load the titles on the next page.
How would i go about beginning and doing this?
Or is it even possible?
EDIT:
The list has a pattern like this....
<div class="FP_Up_Item">
<div class="FP_Up_Date">
<b><span style="color: rgb(25, 150, 0); font-weight: bold;">01 Sep 2011</span></b> <br> <span style="color: rgb(163, 163, 163);">17 days left</span>
</div>
<div class="FP_Up_ImageWrap"><img src="http://m3.n4g.com/8/GameProfiles/814000/814166_1_cov_med.jpg"></div>
<div class="FP_Up_TextWrap" style="width: 300px;">
<a href="/PS3/ReleaseDate-814166.aspx" style="color: rgb(105, 34, 30);"><b>Child of Eden</b></a> <br><span style="font-weight: normal; color: rgb(163, 163, 163); font-size: 10pt;">(PS3)</span><br>
</div>
<div class="FP_Up_Score"><a href="/PS3/ReleaseDate-814166.aspx?ShowReviews=1">8.2</a></div>
</div>