ubh
09-01-2008, 01:19 AM
Currently I am pulling the innerHTML of a textarea and attaching it to a createTextNode and appending it to a div box called pallet.
however when I append the createTextNode to my pallet div box the createTextNode turns the innerHTML < and > characters into < and > so my question is how do I run a replace(/>/g,">")... over a createTextNode before appending it to my pallet div box??
however when I append the createTextNode to my pallet div box the createTextNode turns the innerHTML < and > characters into < and > so my question is how do I run a replace(/>/g,">")... over a createTextNode before appending it to my pallet div box??