When I show some alert consecutive, checkbox “Prevent this page from creating additional dialogs” appear.
I know it’s a browser feature, but i want disable it.
What solution!
When I show some alert consecutive, checkbox Prevent this page from creating additional dialogs
Share
Since this is a built-in browser feature you can’t change it nor there is an option for this on Chrome. Other browsers may have this option but that is unlikely since this prevents alert spamming. You may also find a browser or an older browser version that may have this feature disabled or not have it at all, though I don’t recommend using older browsers.
Also If you don’t show alerts with much frequency the checkbox doesn’t appear.
The best alternative may be to use a javascript/HTML solution prompting the user with a
<div>that is above all others, kind of like what LightBox does.