Hi All,
I have what I believe is a complex problem, but hopefully you'll be able to provide me with a simple answer.
I'm using XMLHttpRequest( ) to call a PHP script (which I have no control over), the script returns perfectly formed XHTML, unfortunately I only know how to read it as plaintext, so I can't insert it into my XHTML DOM tree using createnode.
I can display it using innerHTML, but as It doesn't belong to the DOM as such I can't do anything with it after that.
I hope this makes sense, I'm a backend programmer, so my clientside explanations may be lacking.
Thanks in advance
I have what I believe is a complex problem, but hopefully you'll be able to provide me with a simple answer.
I'm using XMLHttpRequest( ) to call a PHP script (which I have no control over), the script returns perfectly formed XHTML, unfortunately I only know how to read it as plaintext, so I can't insert it into my XHTML DOM tree using createnode.
I can display it using innerHTML, but as It doesn't belong to the DOM as such I can't do anything with it after that.
I hope this makes sense, I'm a backend programmer, so my clientside explanations may be lacking.
Thanks in advance
Comment