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!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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.