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: 15796 |
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 macOS Development: Building Native Apps with Swift & Xcode
- 2 SQL and phpMyAdmin: A Beginner's Guide
- 3 Linux: A Look at Its Fundamental Structure
- 4 MongoDB vs. Oracle: Understanding Key Differences
- 5 Fix 0x00000078 “PHASE0_EXCEPTION” Error – 5 Methods Here - MiniTool
- 6 How to type multiple lines of comments in vscode
- 7 NYT Connections Answers And Hints - April 16, 2025 Solution #675
- 8 Game_Ship.exe Error in COD Warzone & Black Ops 6, Proven Tips
- 9 Expert Guide to Finding Blue Prince Save File Location Easily
- 10 How to fix RESULT_CODE_MISSING_DATA error in Chrome and Edge?
- 11 What is the difference between vscode and pycharm
- 12 Wanderstop Stuck on Loading Screen/Not Loading: Try 6 Solutions
- 13 Star Wars: Zero Company to Be Officially Revealed From Respawn and Bit Reactor This Weekend
- 14 What language is written in vscode
- 15 ‘Star Wars Zero Company’ Announced – Live Out Your Jedi Dreams in This New Turn-Based Tactics Game
Latest Tutorials
-
- Go language practical GraphQL
- 3141 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4473 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2475 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 3183 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:
