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: 2964247 |
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 You Don’t Have to Choose Between iPhone and Android With the New Chipolo Pop Tracker
- 2 Roblox: Grow A Garden - How To Make Money Fast
- 3 Genshin Impact Venti build and teams
- 4 Best Elden Ring staffs for early and late game
- 5 Nightly Stroll: How to complete Rafayel's first Bond date in Love and Deepspace
- 6 Best Elden Ring Talismans and their locations
- 7 Roblox: Bubble Gum Simulator Infinity - How To Farm Gems Fast
- 8 How to unlock and complete Zayne's Business Trip date in Love and Deepspace
- 9 How to Fix the LC-208 Error Code on Overwatch 2? Here Is a Guide! - MiniTool
- 10 How to Open Credential Manager in Windows 11? 6 Ways for You! - MiniTool
- 11 Nanoleaf Wants to Change How You Charge Your Tech
- 12 How to Enable/Disable Periodic Scanning on Microsoft Defender - MiniTool
- 13 Excel Files Disappeared After Saving? Four Methods to Find Them
- 14 Why You Should Always Rename Worksheets in Excel
- 15 7 Instant Fixes for Hogwarts Legacy Lag, Stuttering & Low FPS
Latest Tutorials
-
- Go language practical GraphQL
- 3144 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4476 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2478 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 3186 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.
