JavaScript Tutorials
Home
JavaScript
JavaScriptEnabling Data Exchange in Ajax Applications
The Ajax core API known as XMLHttpRequest is all about sending HTTP
requests for the sole purpose of exchanging data between Web browsers
and servers. The JavaScript code running in a Web page can use XMLHttpRequest
to submit the request parameters to a server-side script such as a Servlet
or a JSP page.
Read Next: AJAX file upload
Related Topics
Sponsored Links
