Node Operation JavaScript DHTML




function function1() {
    var myNode = document.body.createTextRange();
    myNode.text = 'This is the new text'; 
}

Create text range