Hi,
One way of doing this is, put the code
<script language="javascript">
window.history.forward(1);
</script>
in the page which comes before the actually page from where you don't want the users to go back.
And remember this will not work if javascript is disabled.
Thanks,
Jyothsna