Tuesday, November 9, 2010

Various Ways to Avoid Back Button Of Browser

Right away, the best possible solution I have is to force the 'back'
button to forward it to the current page. The JavaScript snippet I am
using is:

<script language="JavaScript">
javascript:window.history.forward(1);
</script>