Howto access xmlHttp.respons eText as document.getEle mentByTagName ?
If I access a .html page through the xmlHttp, how can I use the functions .getElementsByT agName and .getElementById on the data found in the xmlHttp.respons eText?
(the .responseXML returns null, and the responseText is simple text, of course containing valid html code)
If I access a .html page through the xmlHttp, how can I use the functions .getElementsByT agName and .getElementById on the data found in the xmlHttp.respons eText?
(the .responseXML returns null, and the responseText is simple text, of course containing valid html code)
Comment