What is Synchronous and Asynchronous AJAX request.
Answer Posted / ahmed
asynchronous where the script allows the page to continue to
be processed
and will handle the reply if and when it arrives.
synchronous where the script stops and waits for the server
to send back a reply before continuing and
Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What are Ajax applications?
Is the server or the client in control?
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?
What’s new is the prominent use of these techniques in real-world applications to change the fundamental interaction model of the web. Ajax is taking hold now because these technologies and the industry’s understanding of how to deploy them most effectively have taken time to develop.
Would we be able to call server-side code from javascript?
Do ajax applications always deliver a better experience than traditional web applications?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
How to handle multiple async ajax requests?
What is asynchronous request in ajax?
Why is ajax called ajax?
What is the disadvantage of ajax?
Explain the need of the timer control in ajax? : asp.net ajax
Whats with the -alpha in the install instructions?
Why does html_ajax hang on some server installs?