javascript block back button code example
Example 1: disable back button in browser
<script type="text/javascript"> function preventBack() {window.history.forward();} setTimeout("preventBack()", 0); window.onunload = function () {null};</script>
Example 2: javascript back button
Move back button using javascript