AJAX实例
- Previous page AJAX application
- Next page JSON简介
Masu kiyaye
- Mataki na AJAX na farko
- A tsarin kafa na XMLHttpRequest, kuma yin gani alama daga ƙwararrun TXT.
- AJAX example with callback function
- Create XMLHttpRequest with callback function and retrieve data from TXT files.
Request header information
Request XML files
- Load XML files through AJAX
- Create XMLHttpRequest to retrieve data from XML files.
- Retrieve content of XML files
- Create XMLHttpRequest to retrieve data from XML files, and then display these data in HTML tables.
Retrieve server data using PHP and ASP
- Retrieve content of PHP files
- How web pages communicate with web servers when users type characters in input fields.
- Retrieve content of ASP files
- How web pages communicate with web servers when users type characters in input fields.
Retrieve database information
- Retrieve content from the database
- How web pages read information from a database through AJAX.
AJAX application
- Previous page AJAX application
- Next page JSON简介