disable browser back button

前端 未结 4 827
灰色年华
灰色年华 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 05:02

    It's is technically impossible to disable the back button, but maybe this will help you out. It shows you some 'tricks' to achieve the same functionality.

    But you can also use AJAX and load everything asynchronous (so the user will always be on the same single page)

提交回复
热议问题