2
In my code, I issue a confirm
asking the user to select an option. The problem is: "When the user selects the desired option another is issued alert
, and in this other alert
always appears an option to CHECKBOX
for the user to mark and "Block new alerts from this page". This occurs in Mozilla, so I wonder if it has to block this checkbox
without touching the browser settings.
I couldn’t use a
dialog
instead of aalert
?– Felipe Avelar
As far as I know (I don’t know if it’s changed yet) but the
dialog
does not support some browsers!– Alexandre