I want to prohibit the Back function of the browser. Therefore I write the following codes in html.
<body>
<script type="text/javascript">
<!--
history.forward()
//-->
</script>
</body>
but'The above "history.forward()" did not work suddenly when I coding html and some javascripts.
What's wrong? In addition, please teach the different method that had a similar function. Thanking you in advance.