Hi,
I've been using the createTextnode method to insert text into an HTML document at the appropriate places. However, it's come to my attention that createTextnode only accepts plain text, and if you try shoving HTML onto a text node it appears in full <> and all. I really nee to be able to either insert HTML into a text node or find some work around for this, as part of the information that has to appear inside the <div> are hyperlinks. Anyone help me out on this?
I've been using the createTextnode method to insert text into an HTML document at the appropriate places. However, it's come to my attention that createTextnode only accepts plain text, and if you try shoving HTML onto a text node it appears in full <> and all. I really nee to be able to either insert HTML into a text node or find some work around for this, as part of the information that has to appear inside the <div> are hyperlinks. Anyone help me out on this?