R
Ricardo Garcia
hi, in somewhere in my code, i try to load an xml file, the problems is that
the sentence xmlDoc.load('file.xml') takes some time in finish, but
mozilla continues interpretating the code, so uses xmlDoc when it is not
loaded.
Is there any way of waiting some time (like Thread.sleep or Thread.wait
in Java)???
If i could i would wish not to use setTimeout()
Thanks
the sentence xmlDoc.load('file.xml') takes some time in finish, but
mozilla continues interpretating the code, so uses xmlDoc when it is not
loaded.
Is there any way of waiting some time (like Thread.sleep or Thread.wait
in Java)???
If i could i would wish not to use setTimeout()
Thanks