How do I turn off the Firefox feature “prevent this page from creating additional dialogs”?
I get this problem, when I open more than one confirm box(dialog).
Is it possible to prevent this feature via Javascript?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a browser feature and is intended to protect the user. If you could turn it off, all those sites spamming users with dialogs would have a way to stop it.
So in short, no.
Make your application work with it, instead of against it. Don’t rely on dialogs/confirmations too much, rather have a
modal-boxask the questions; it is pretty too 🙂