Forum Moderators: open
The problem we are having is that we have lost a tremendous amount of page impressions due to the fact that a page does not reload as the user clicks from on image to the next.
The user views the photos via 'previous' or 'next' onclick function.
Is there a way to add a reload to that as well? So when the user clicks prev or next the URL advances and a new request/reload occurs?
I have been scouring the next and various forums and have not been able to get an answer.
Any help would be much appreciated.
Isn't the whole point of having an Ajax implementation so that you don't have page loads in this situation? If that isn't the reason you used Ajax here then ask yourself why are you using Ajax here.
Rather then hack Ajax to reload the page why not just not use an Ajax implementation?