Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

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.