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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -