current location: Home > Download > Learning resources > Web page production > "XmlHttp Chinese First Edition"

"XmlHttp Chinese First Edition"
Classify: Learning materials / Web page production | Release time: 2018-01-17 | visits: 2964277 |
Download: 211 |
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 Recommended websites for free viewing market software. What are the websites for free viewing market software?
- 2 how to string a brother sewing machine
- 3 how to string a singer sewing machine
- 4 how to use a threader
- 5 With global regulation tightening, how to choose a compliant altcoin exchange?
- 6 how to use a sewing needle threader
- 7 AI tokens and RWA tracks explode! Which exchanges are the first to launch potential altcoins?
- 8 binance official website address entrance Binance trading platform entrance link
- 9 binance exchange website latest entrance Binance app trading platform latest entrance
- 10 Top 10 virtual currency trading platform app rankings Recommended safe and reliable digital currency app software
- 11 how do you use a threader
- 12 The latest ranking of the top ten digital currency trading platform apps, the top ten easy-to-use digital currency exchanges
- 13 Top 10 virtual currency trading app software recommendations, Top 10 safe and reliable virtual currency exchange apps rankings
- 14 How to install iOS 18.5 beta?
- 15 Top 10 digital currency app trading platforms recommended, top ten digital currency trading platforms rankings in 2025
Latest Tutorials
-
- Go language practical GraphQL
- 3309 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4640 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2680 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 3345 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.
