View Single Post
Old 11-23-2010, 06:49 PM   PM User | #3
mrhoo
Regular Coder

 
Join Date: Mar 2006
Posts: 708
Thanks: 30
Thanked 127 Times in 118 Posts
mrhoo will become famous soon enoughmrhoo will become famous soon enough
You can write to element.innerHTML or add or replace a text node-

element.innerHTML=txt;

parentof_original_node.replace(document.createTextNode(txt), original_node)
mrhoo is offline   Reply With Quote