Disable the back button of a browser

Add this script to head section of that particular page.
  1. <script language="javascript" type="text/javascript">       
  2.   window.history.forward();     
  3. </script>