html - getting URL of pages with ajax -


this webpage number of "subpages" embedded in ajax user reviews. http://www.goodreads.com/book/show/13636400-the-bone-season#

i trying specific url particular pages (say ?page=4), can point people particular reviews directly instead of going page , clicking on page4. below snippet source code page:

<a href="#" onclick="new ajax.request('/book/reviews/13636400-the-bone-season?page=4', {asynchronous:true, evalscripts:true, method:'get', parameters:'authenticity_token=' + encodeuricomponent('xsogyhac4p0tam8wgiqtqgy+pxgpdiei45ayry0nle4=')}); return false;"> 

when type http://www.goodreads.com/book/reviews/13636400-the-bone-season?page=4, blank page.

what need page show? thank you!

you can url specific reviews, unable find anyway "page". if want direct specific review, can url "see review" link or date link on particular review.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -