You want to consider using onComplete() or onSuccess() methods from the
Request object (I'm assuming you're using MT). As Oskar suggested, some code
may also help us help you.

http://jsfiddle.net/

Cheers,
~Philip

On Thu, May 26, 2011 at 3:57 PM, Russellmd <[email protected]> wrote:

> Hello All
>
> I have a problem with an Ajax request.
> I have a "for" instruction, for each iteration is executin a request(I
> used XHR). Each request access an external url, so execution time is
> about 4-6 seconds, and I need to access at least 600 external links.
> I would like to display result of each request, one by one. At the
> moment my script is executing and show me all items when "for" is
> finished. So, it is possible to display result of each iteration
> immediatly , when iteration is finished?
>
> Thanks and sorry for bad English

Reply via email to