functie webMethodCaller (ids) {
als (window.XMLHttpRequest) xmlhttp=new XMLHttpRequest (); anders xmlhttp=new ActiveXObject („Microsoft.XMLHTTP“);
xmlhttp.open („POST“, „Dedicated.asmx/FormatName“, vals);
xmlhttp.setRequestHeader (het „tevreden-Type“, „application/x-www-vorm-urlencoded“);
xmlhttp.send (encodeURI („featureIds=“ + ids));
document.getElementById (""<>) .innerHTML = xmlhttp.responseXML.getElementsByTagName („koord“) [0] .childNodes [0] .nodeValue;
}
|