-
Alert
hello,
Using settimeout.. I put an ALERT for every 10 seconds ..ý WANT 5 alerts each after the other..without clicking off the previous one..I mean I want the previous ones diseapear themselves..!!!!::8)))
1..it is now 5 second
2..it is now 10 second
3.it is now 15 second
4.it is now 20. second
Thanks
-
You cant do it, the end user has to click OK before the code continues
-
The easiest way would be to create a layer which Looks like an alert box and set its display property to none or block as required.
-
or, you could open a new popup window. this might get annoying for the user though.