如何防止按 F5 时重新加载
我不想在按 F5 时重新加载 Java 小程序,但我希望我的应用程序使用 F5 键。
我希望用户使用 F5 - 我不想在我的小程序中禁用 F5 键,但是当他按 F5 时,小程序不应重新加载。
我发现每当我们刷新时,Applet stop 方法就会被调用。但这不应该发生。
I don't want to reload my Java applet when I press F5, but I want my application to use F5 key.
I want the user to use F5 for his use - I don't want to disable F5 key in my applet, but when he presses F5, the Applet should not reload.
I found that when ever we are refreshing, the Applet stop method is called. but it should not happen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对您的小程序使用另一个组合键(例如 Ctrl-F5)。用户需要F5来刷新网页。
Use another key combination for your applet (e.g. Ctrl-F5). The user needs F5 to refresh the web page.