current location: Home > Download > Manual Download > Front-end development > XMLHttp Chinese Reference Manual (CHM version)

XMLHttp Chinese Reference Manual (CHM version)
Classify: Manual Download / Front-end development | Release time: 2019-09-03 | visits: 15775 |
Download: 3075 |
Latest Downloads
Horror Beat Phase Maker
Himalayan Children
Zebra AI
Supermarket Manager Simulator
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
24 HoursReading Leaderboard
- 1 PHP Profiling Tools (Xdebug, Blackfire): Identifying bottlenecks.
- 2 Can I use ChatGPT-4 for free?
- 3 Is ChatGPT 4 O available?
- 4 What is the difference between GPT-4 and 4o?
- 5 Framework Best Practices: Code organization and maintainability.
- 6 Is GPT-4 available to the public?
- 7 Customizing/Extending Frameworks: How to add custom functionality.
- 8 Framework Security Features: Protecting against vulnerabilities.
- 9 Dependency Injection Container: How it works in Laravel/Symfony.
- 10 Nintendo Switch Reveals Virtual Game Cards To Make Owning Multiple Consoles More Flexible
- 11 Laravel Facades: Benefits and drawbacks.
- 12 Windows 10 KB5039299 Download and Install & Not Installing
- 13 Fix The First Descendant Low FPS Drop/Lagging/Stuttering on PC
- 14 Dogecoin's latest price today 2025
- 15 MSConfig Keeps Reverting to Selective Startup? 2 Solutions Here
Latest Tutorials
-
- Go language practical GraphQL
- 3037 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4377 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2361 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 3100 2024-03-29
XMLHttp Chinese Offline Reference Manual (CHM version), welcome to download!
XmlHttp is a set of APIs that can transmit or receive XML and other data through the http protocol in scripting languages such as Javascript, VbScript, and Jscript. The biggest use of XmlHttp is that it can update part of the content of a web page without refreshing the entire page.
XmlHttp provides a protocol for the client to communicate with the http server. The client can send requests to the http server through the XmlHttp object (MSXML2.XMLHTTP.3.0) and use the Microsoft XML Document Object Model Microsoft®
XML Document Object Model (DOM) handles responses.
Most of the current browsers have added support for XmlHttp. IE uses ActiveXObject to create XmlHttp objects. Other browsers such as Firefox and Opera use window.XMLHttpRequest to create xmlhttp objects.
Related manuals:
