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 load into the xml document. Can someone help me?
Smith3
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 load into the xml document. Can someone help me?
Smith3