Browser Back button Disable

Sandeepraturi
Posted by Sandeepraturi under JavaScript category on | Points: 40 | Views : 1692
Put this code inside of head tag

<script language="javascript" type="text/javascript">
window.history.forward();
</script>

Comments or Responses

Login to post response