Similar questions have been asked on SO, but I am still looking for a solution and not a workaround.
I am working on an Ajax based application and when the user clicks on the Browser Back Button it takes the user to the login page(every page after the login page is ajax loaded). Apparently, this is not what the user expected.
We recommended using Bread Crumbs to the client
*Page One >> Page Two >> Page Three*
but the client insists that they prefer to use the Browser Back Button. Is there a way where it is possible to somehow embed the Bread Crumb links to the Browser Cache...i开发者_如何转开发n other words, clicking the back button invokes the same actions which clicking the Bread Crumb links would?
Regards, SB
You could use the RSH (reallysimplehistory) javascript library: http://code.google.com/p/reallysimplehistory/
精彩评论