I believe this question has already been asked:
Disable the back button in the browser Disable the use of the back button (in IE)
If you are trying to prevent a user from losing their job, try something like:
window.onbeforeunload = function() { return "You work will be lost."; };
Steve
Steve harrison
source share