AJAX - ActionThis chapter gives you a clear picture of the exact steps of AJAX operation. Steps of AJAX OperationA client event occurs.An XMLHttpRequest object is created.The XMLHttpRequest object is configured.The XMLHttpRequest object makes an asynchronous request to the Webserver.The Webserver returns the result containing XML document.The XMLHttpRequest...
Showing posts with label AJAX - Action. Show all posts
Showing posts with label AJAX - Action. Show all posts
11 December, 2018
AJAX - Action
Programing Coderfunda
December 11, 2018
Ajax, AJAX - Action
No comments
AJAX - Action
This chapter gives you a clear picture of the exact steps of AJAX operation.
Steps of AJAX Operation
A client event occurs.
An XMLHttpRequest object is created.
The XMLHttpRequest object is configured.
The XMLHttpRequest object makes an asynchronous request to the Webserver.
The Webserver returns the result containing XML document.
The...