Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

On alert box message grey page need to disable all keyboard characters except enter

more options

Have written a code to disable backspace key in fire fox , its working fine and displaying alert correct alert box. Whenever alert box is getting displayed , i am pressing again back space key then it is going to previous page. So need to disable the backspace key on alert pop up also..

                                         In chrome browser all keyboard characters are disabled except enter key..

so expecting the same thing in Firefox also..

Have written a code to disable backspace key in fire fox , its working fine and displaying alert correct alert box. Whenever alert box is getting displayed , i am pressing again back space key then it is going to previous page. So need to disable the backspace key on alert pop up also.. In chrome browser all keyboard characters are disabled except enter key.. so expecting the same thing in Firefox also..

所有回复 (4)

more options

Perhaps Firefox allows the Back button -- the backspace key is equivalent to the Back button -- because users do not like being trapped by dialogs?

Have you considered handling this event: window.onbeforeunload?

Edit: Updated documentation: beforeunload

由jscher2000 - Support Volunteer于修改

more options

Note that Firefox has a build-in way to disable the backspace key.

more options

Thanks for your reply..

  In beforeunload function i am unable get the event code.. wrote alert box for event keycode getting  message as undefined  

Need to disable following pop up (Please check attached image)

more options

Your existing function could set a global flag that you check in the function that runs onbeforeunload; does that work?

I'm not aware of any way to get rid of the dialog.