Node Operation JavaScript DHTML




function function1() {
    var m = document.getElementById("myP").firstChild;
    var myText = " (The replacement text) ";
    m.replaceData(12, 9, myText); 


This is the reference text node.