When I refresh a page or redirect to the same one using the same url, I can click in a button with \"window.history.back();\" code and go back to the previous page.
Use
<a href="page2.html?x=123" onclick="location.replace(this.href); return false">Next</a>
to go forward