hello,

My problem is simple i think but i didnt find any solution yet.

I have a javascript loop. In this one there are a JSON request which
ask some data from a php script. My JSON request take time to come
back (5secondes each). I would like to stop the loop and wait for the
JSON answer before the loop continue.
Because now when i run the script, all the JSON request start almost
in the same time!

I try with : this.stop();
but without result...

if somebody have any idea.

Reply via email to