Node Operation JavaScript DHTML




function function1(){
    textRange = document.body.createTextRange();
    textRange.text = 'This is a test';
}

See Text in TextRange