abyinsydney
Programmer
greetings fellow citizen
Could you let me know how to disable the back button of a browser
aby
Could you let me know how to disable the back button of a browser
aby
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html>
<body onLoad="javascript:window.history.forward(1);">
hello
<a href="bbb.html">here</a> aaa
</body>
</html>
<html>
<body onLoad="javascript:window.history.forward(1);">
<a href="ccc.html">here</a> bbb
</body>
</html>
<html>
<body onLoad="javascript:window.history.forward(1);">
<a href="ccc.html">here</a> ccc
</body>
</html>