Mazmuna geçiň

XMLHttpRequest

Wikipediýa, erkin ensiklopediýa

XMLHttpRequest:

var httpOb = new ActiveXObject("Microsoft.XMLHTTP");

httpOb.Open("POST","http://uddi.microsoft.com/inquire", false);

httpOb.send(MySOAPMessage);

var Ans = httpOb.GetResponseXML();