Hi,
I want to wait few seconds between 2 operations in javascript.
Is there a way to do it (something like sleep in Java or wait in c)?
I'm using the setTimeout(), but the problem is that sometimes I have problems with timeout intervals that are bigger than 600 ms. (Have any idea why?)
Thanks,
Efrat
Start Free Trial