It is not possible to disable the back button.
But if you want to get around it you can use this in the top of the page you dont want to be browsed back to:
<script>
history.forward();
</script>
However, i wouldnt suggest it, i find nothing more frustrating that wanting to go back and not being able to
But if you want to get around it you can use this in the top of the page you dont want to be browsed back to:
<script>
history.forward();
</script>
However, i wouldnt suggest it, i find nothing more frustrating that wanting to go back and not being able to