programming:ajax
This is an old revision of the document!
AJAX
AJAX allows web pages to be updated asynchronously by exchanging data with a web server behind the scenes.
AJAX supports:
- Update a web page without reloading the page.
- Request data from a server - after the page has loaded.
- Receive data from a server - after the page has loaded.
- Send data to a server - in the background.
.
Make an AJAX request using XMLHttpRequest
References
programming/ajax.1587068918.txt.gz · Last modified: 2020/07/15 09:30 (external edit)