[thelist] XMLhttpRequest, javascript arrays?

Juan Cataldo juan.cataldo at gmail.com
Fri Mar 18 15:42:16 CST 2005


On Fri, 18 Mar 2005 18:53:27 +1100, Courtenay <court3nay at gmail.com> wrote:
> Here's the problem: I store the 'current row' as a global var (eek).
> If the user adds a few rows quickly, it can't keep up with the icon
> changes.

So far, I disable the triggering control when sending the request, and
enable it back after processing the response. Thus, there is always
only one request/response pair on the line.

I realize maybe this won't be a real solution for your problem, but
may help on similar scenarios.

-- 
Juan M. Cataldo


More information about the thelist mailing list