Disable Browser Back Button

Push the history forward in the page you want to stop the user from going back to the previous page. 

  $(function() {
      window.history.forward();
  });

 

Comments are closed