Currently i'm using the following code to disable the back button in my
jsp page, but it works fine only in IE.
<script type="text/javascript">
histroy.forward(1);
</script>
Can anyone give the code to disable the back button in all browsers like opers, firefox, chrome etc..