disable browser back button

前端 未结 4 825
灰色年华
灰色年华 2021-01-25 04:25

how to disable browser back button that works for all major browsers: IE/FF/ Chrome/Opera/Safari.

thanks!

4条回答
  •  隐瞒了意图╮
    2021-01-25 04:56

    Use history.forward(); in your source page from where you are going to the target page.now if u try to go back to the previous page u can't.

    
    

    disabling the browser button is not possible but try this solution if u want to implement in the same way.

提交回复
热议问题