Prevent Use of the Back Button (in IE)

前端 未结 15 1962
囚心锁ツ
囚心锁ツ 2020-11-27 21:16

So the SMEs at my current place of employment want to try and disable the back button for certain pages. We have a page where the user makes some selections and submits the

15条回答
  •  情深已故
    2020-11-27 21:45

    There simply is no reliable way to do this. You cannot guarantee that 100% of the time you can stop the user from doing this.

    With that in mind, is it worth going to extremely exotic solutions to disable "most" of the time? That's for you to decide.

    Good luck.

提交回复
热议问题