How to Disable the Browser Back Button in JavaScript
Disable the back button in the browser using javascript — To disable web browsers’ back button, try to run the following code.
Stop the browser back button For Example
window.onbeforeunload = function() { return "sorry, Your some work will be lost - ...
yourquorum.hashnode.dev1 min read