javascript - How to Disable browser stop button near to back button in Chrome and Firefox -


I'm loading a specific page, while I want to stop the user from pressing the Stop button in my browser. How can I do this in jquery or javascript?

You can not disable the native functionality of the client browser Back, forward, pause, refresh, etc. . This is a good thing, because people will write web pages, from which you can not navigate - or close the window - and you will have to open the task manager to kill the process.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -