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: 15452 |
Download: 3069 |
Latest Downloads
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
The most powerful brain 3
Odd Dust: Damila
Young Journey to the West 2
24 HoursReading Leaderboard
- 1 MrBeast Made $10 Million by Promoting Low-Cap Crypto Tokens to His Followers, Onchain sleuth SomaXBT Discloses
- 2 Ranked among the top ten cryptocurrency exchanges in terms of trading volume
- 3 Virtual currency exchange ranking list
- 4 Download the top ten exchanges in the global currency circle
- 5 The Only Electron Framework You&#ll Ever Need: Introducing the Ideal Electron Framework
- 6 Top ten virtual currency exchanges
- 7 Lunex Network (LNEX) Set To Outshine Pepe (PEPE) & Ripple (XRP): Experts Predict Massive Surge to $1
- 8 Rollblock ($RBLK) Casino Presale Promises 100x Gains As It Disrupts The Traditional Online Gambling Markets
- 9 Unlock a New Digital Era with Qubetics dVPN: $TICS Presale Excitement Amid FIL and WLFI Growth
- 10 Lunex Network (LNEX): Best Crypto to Buy Now to Future-Proof Your Portfolio
- 11 Top 10 largest virtual currency exchanges
- 12 Bitcoin Price Prediction: Analyst Affirms BTC Will Hit New All-Time High of $78,000 in October
- 13 Academic Misinformation about Bitcoin: A Threat to Public Perception and Regulation
- 14 Top ten virtual currency exchanges in the world
- 15 Tether, the Undisputed Leader of Stablecoins, Enters a New Phase of Maturity
Latest Tutorials
-
- Go language practical GraphQL
- 1811 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3227 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1676 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2490 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: