Answers for "after logout how to disable back button"

4

prevent back button after logout

<!--just copy paste the code of your home page into another file called 
home2.html, but this file should not contain the back button--> then do 
<button onclick = "document.location = 'home2.html'">back</button>
Posted by: Guest on June-23-2021

Code answers related to "after logout how to disable back button"

Browse Popular Code Answers by Language