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: 15654 |
Download: 3074 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 Why Are Some Serial Port Values Displaying as Question Marks?
- 2 Why Isn't My Serial-to-USB Cable Working?
- 3 Building with TypeScript: A Lego-Based Guide
- 4 Why Does NULL = NULL Return False in SQL Server?
- 5 How to Enforce Unique Constraints with Nullable Columns in a Database Table?
- 6 End-To-End Encryption
- 7 MySQL Performance: Is `IN` Significantly Faster Than `OR` for Multiple Conditions?
- 8 How Can I Reliably Read and Display Data from a Scale via USB Serial Port, Handling Connection Issues?
- 9 MySQL OR vs. IN: Which Operator Offers Better Query Performance?
- 10 How Can I Use WinForms and Visual Studio to Read Data from a USB Serial Port Device?
- 11 How Do Prepared Statements Prevent SQL Injection?
- 12 How to Efficiently Read and Process Data from a USB Serial Scale Using C#?
- 13 How Can I Efficiently Handle Multiple Specific Exceptions in C#?
- 14 Copier vs Cookiecutter
- 15 MySQL IN vs. OR: Is There a Significant Performance Difference?
Latest Tutorials
-
- Go language practical GraphQL
- 2548 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3937 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2114 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2896 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: