Forum Moderators: open
What I want to do is to have a webpage that displays results from a query in a paginated format (page 1, page 2 page 3). When you change pages, I dont want the page to request for the next page (like the traditional web pagination), I want it to display the next page immediately. It seems that I have to preload all the results in the page and use javascript or dhtml thing. I am not sure.
Is there anyone who tried this before? How will I do it right?
Thanks!
I've used this approach a few times, and as long as the total page size is reasonable, it can be excellent for the end user. One downside is that search engines only see one big page -- so more granular keyword searches can be a bit handicapped.