I have an ajax paginate part in my php file. I don't need to have every page remembered by the back button, but at least the last visited. In Firefox this works great. For example, I go to page 5, ajax changes the content and page number 5 is highlighted. If I then press some info on that ajax-part I go to an entirely new page and then when I press back button I go back and Firefox remembers it was page number 5.
In Explorer though it always go back to page number 1. Why is this? Remember that I don't need to be able to go through every ajax-page, for example 5,4,3,2 etc. I just want the browser to remember the last ajax-page visited.
BBQ, reallysimplehistory etc seems to be a lot of work to implement together with my existing ajax. I just want Explorer to remember my last visited ajax-page.
Is this possible?