Javascript Collections JavaScript Reference




function function1() {
    var m = document.all.myBody.childNodes;
    alert(m.length) 
}



       type="button" 
       value="How many child nodes have this body element?" 
       onclick="function1()">