Hello All,
I have an ASP page that performs an sql call to get data for a second sql call. The first loads fine but when I try to load the second set of xml data the load is unsuccessful. Here is the line to load the xml data...
success = objXmlData.loadXML(objXmlHttp.responseXML.xml)
This...
I have an asp page making multiple sql calls to the server and the second loadXML is coming up false. Here is how I am loading the xml document.
success = objXmlData.loadXML(objXmlHttp.responseXML.xml)
I checked the objXmlHttp.responseText and it has the data I was trying to get but it won't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.