Disable browser's back button

后端 未结 20 1707
猫巷女王i
猫巷女王i 2020-11-22 04:27

How to disable browser\'s BACK Button (across browsers)?

20条回答
  •  爱一瞬间的悲伤
    2020-11-22 05:00

    Try this code. Worked for me. It basically changes the hash as soon as the page loads which changes recent history page by adding "1" on URL. So when you hit back button, it redirects to same page everytime.

     
    
    
    
    
    

提交回复
热议问题