We can not use alert more than one in a row?
Using like that cause an error
Uncaught exception: java.lang.IllegalArgumentException
If so, how we should do that if we want to show more than one alert.
Printable View
We can not use alert more than one in a row?
Using like that cause an error
Uncaught exception: java.lang.IllegalArgumentException
If so, how we should do that if we want to show more than one alert.
You cannot show an Alert if another alert is already focused...
Have a look at this blog :
[url]http://www.mernin.com/blog/?p=26[/url]