Node Operation JavaScript DHTML




function function1() {
    var myControlR = document.body.createControlRange();
    myControlR.add(myT);
    var m = myControlR.length;
    alert("There are "+ m +" elements in the controlRange collection")