Hello the below code is working in FF for me, but it IE its not.
[ill explain]
Code:
theReply = http.responseXML;
var layerInfo = theReply.getElementsByTagName("LAYERINFO");
alert(layerInfo.length);
FF is returning the proper length (27 characters) where IE returns 0 as a length
Any help would be great!
Drew