Download > Manual Download > XMLHttp Chinese Reference Manual (CHM version)
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:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn