Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
21
rated 0 times [  27] [ 6]  / answers: 1 / hits: 83828  / 13 Years ago, sun, may 1, 2011, 12:00:00

In my Rails 3 application I do:



render :js => alert(Error!\nEmpty message sent.); if ...


Sometimes, below this error message (in the same alert box) I see: Prevent this page from creating additional dialogs and a checkbox.



What does this mean ?



Is that possible not to display this additional text and checkbox ?



I use Firefox 4.


More From » html

 Answers
11

It's a browser feature to stop websites that show annoying alert boxes over and over again.



As a web developer, you can't disable it.


[#92458] Friday, April 29, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ulysses

Total Points: 111
Total Questions: 118
Total Answers: 113

Location: Zambia
Member since Sat, Oct 31, 2020
4 Years ago
;