In the project development many people will have such a demand, is want to operate to do too can not back, before on the internet to find a point, said there is no good way, I have to say there is JS, but the effect is not good, don't say even point two can let him fail, there are different browsers also can not be compatible, such as
Function Gogo () { javascript:window.history.forward (1);} Gogo ();
This JS code added in HTML can be effective in IE and Google, but in Firefox is invalid (PS: effect is you point to the next one, point back, and immediately to the next one to go)
This paragraph is valid in Google (the other did not try), but in my IE is invalid, so it is not very good (PS effect: point to the next post, point back, address changed, so back to the previous one)
Personally feel the best way to use Ajax (in the same interface, to change the content, with JS Exchange) or go to the server (the cache is emptied, ask him to go through the process, all into the server to determine, whether to the previous one)
Web development, let the user pipeline operation, not back back