<script type = "text/javascript" > jQuery(document).ready(function($) { history.pushState(null, null, location.href); window.onpopstate = function () { history.go(1); }; }); </script>