Skip to content Skip to sidebar Skip to footer

Javascript : Alert Box Dismissed When Tabs Switched

How not to allow Alert Box to be dismissed when tabs switched. Using alert('Test'); on Google Chrome, when you switch tabs, the alert dialog box disappears, and when you're back on

Solution 1:

I was able to get around this issue by calling my javascript alert in an iframe


Post a Comment for "Javascript : Alert Box Dismissed When Tabs Switched"