Synchronous AJAX

Q

qasim

Hi Guys

I send different AJAX calls to server one after another. Is it possible that
to make these calls as Synchronous?

Any kind of replies are welcomed

Qasim Zeeshan
Software Engineer
 
B

bruce barker

yes if you call xlmhttprequest directly. but its a bad idea, as it will
lockup the ui.

-- bruce (sqlwork.com)
 
A

Anthony Jones

qasim said:
Hi Guys

I send different AJAX calls to server one after another. Is it possible
that to make these calls as Synchronous?

Any kind of replies are welcomed

Do you really need to call them synchronously, do you not really mean
sequentially?

Use the callback of the completion of one request to initiate the next
request.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,146
Messages
2,570,832
Members
47,374
Latest member
EmeliaBryc

Latest Threads

Top