current location: Home > Download > Learning resources > Web page production > "XmlHttp Chinese First Edition"
!["XmlHttp Chinese First Edition"](https://img.php.cn/upload/webcode/000/000/000/5a5ef5d917556675.png)
"XmlHttp Chinese First Edition"
Classify: Learning materials / Web page production | Release time: 2018-01-17 | visits: 2964186 |
Download: 211 |
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 Gate.io Sesame Open Door Exchange Registration and the most comprehensive introduction to the official website (2025 edition)
- 2 The latest rankings of the top ten exchange currency circles in 2025
- 3 The latest recommendations for Circuit Domestic Exchange Rankings
- 4 The world's largest exchange in the currency circle
- 5 The most valuable virtual currency rankings, the top ten legal virtual currencies in the world in 2024
- 6 The latest version of the top ten exchanges in the world in the currency circle
- 7 Which software is better for virtual currency watching? 2025 software download ranking
- 8 25 years of ranking of the world's eight legal virtual currencies, the world's highest market value cryptocurrency sharing
- 9 Which virtual currency rise and fall analysis software is better? 2025 digital currency market viewing analysis software
- 10 How do novices choose a perpetual contract trading platform? Top 5 recommended perpetual contract trading platforms
- 11 What is turbo? Analysis of future value of turbo
- 12 What are the mainstream coins in virtual currencies? What are the mainstream coins in virtual currencies?
- 13 What is Binance Coin? Why is Binance Coin popular? How to buy and sell Binance coins?
- 14 Binance Binance Exchange ios download latest version address
- 15 What is Binance Contract Leverage? Analysis of Binance Contract Leverage Definition, Advantages and Disadvantages
Latest Tutorials
-
- Go language practical GraphQL
- 2750 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4129 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2225 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2985 2024-03-29
What is XmlHttp?
The most common definition is: XmlHttp is a set of APIs that can transmit or receive XML and other data through the http protocol in JavaScript, VbScript, Jscript and other scripting languages. The biggest use of XmlHttp is that it can update part of the content of a web page without refreshing the entire page.
Explanation from MSDN: 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.
![](/static/newDowns/images/images/book.png)