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: 15278 |
Download: 3068 |
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
- 1Safely using Maps in Golang: Differences in declaration and initialization
- 2\"The Ultimate Guide to Data Science.\"
- 3Aave (AAVE) Price Leads as Top Performer Today
- 4Coinbase Conducts AI Crypto Transactions
- 5How to Publish an Article to Medium Using Python and the Medium API
- 6Ruby: The Gem of Blockchain Development
- 7Automating MySQL Backups to AWS Sn Ubuntu Instance: A Step-by-Step Guide
- 8Solana (SOL) Price Prediction: Will the Token Nosedive to $125 as Whales Exit the Market?
- 9Optimism (OP) Price Prediction: Will the Uptrend Hit the $2 Mark?
- 10Australians Lose $122 Million to Crypto Scams in 12 Months, Younger Individuals Become Primary Targets
- 11Can Kaspa (KAS) Price Hit $1 in 2024?
- 12Elon Musk Confirms Plans to Bring Back Dogecoin Payments for Tesla Products
- 13Dogecoin (DOGE) Might Be the Most Volatile Thing You Could Invest Money In
- 14Ripple’s Banking Plans Could Boost XRP Price
- 15DTX Exchange (DTX) Biggest Competition For Traditional Exchanges
Latest Tutorials
-
- Go language practical GraphQL
- 1376 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 2785 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1303 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2147 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: