PDA

View Full Version : My HTML string does not parse


p3x
06-06-2005, 03:10 PM
Hello,

I have a HTML string (which I retrieve from an XML file) and when I display it with

elm.firstChild.data = response;

Where 'response' is the HTML string, it will show the HTML tags non-parsed. How can I make it parse the HTML inside the string?

Thanks in advance

Kor
06-06-2005, 03:52 PM
try
elm.innerHTML