On Apr 4, 2009, at 21:33, Skip Evans wrote:
But my function using GET does seem to wait.
Granted I cobbled it together from various samples and didn't author
it from my own deep understanding of the exact process, but here's
the snippet that does the real work.
req.open('GET', url, fal
Ajax is asynchronous. The option of asynchronous or synchronous can be set
in the XMLHTTPRequest object (used by Ajax), but a synchronous call is not
Ajax.
Cheers,
Bruno.
2009/4/5 Phpster
> Ajax can be both async and sync. Itsbthe fourth param in the open call and
> I believe by default it's a
Ajax can be both async and sync. Itsbthe fourth param in the open call
and I believe by default it's a sync call not async
Bastien
Sent from my iPod
On Apr 4, 2009, at 21:33, Skip Evans wrote:
But my function using GET does seem to wait.
Granted I cobbled it together from various samples
But my function using GET does seem to wait.
Granted I cobbled it together from various samples and didn't
author it from my own deep understanding of the exact process,
but here's the snippet that does the real work.
req.open('GET', url, false);
req.send(null);
if(req.responseText) {
if(
4 matches
Mail list logo