webMethodCaller функции (ids) {
если xmlhttp=new (window.XMLHttpRequest) XMLHttpRequest, то (); другое xmlhttp=new ActiveXObject («Microsoft.XMLHTTP»);
xmlhttp.open («СТОЛБ», «Dedicated.asmx/FormatName», ложные);
xmlhttp.setRequestHeader («Содержани-тип», «application/x-www-form-urlencoded»);
xmlhttp.send (encodeURI («featureIds=» + ids));
document.getElementById (""<>) .innerHTML = xmlhttp.responseXML.getElementsByTagName («шнур») [0] .childNodes [0] .nodeValue;
}
|