|
|
|
|
|
XmlhttpXMLHTTP (Extensible Markup Language Hypertext Transfer Protocol) is a set of APIs that can be used to transfer data to and from a webserver using HTTP. The biggest advantage of XMLHTTP is the possibility of dynamically updating a webpage without the need to submit a form or use Java or ActiveX. In order to use XMLHTTP you need to instantiate the correct object. There are three possibilities: Microsoft's Msxml2.XMLHTTP Microsoft's Microsoft.XMLHTTP (it depends on the version of Internet Explorer which you should use.) And the XMLHttpRequest object for Mozilla, Firefox, Safari, Opera and others.
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|