Javascript Collections JavaScript Reference




function function1() {
    var m = document.all.myBody.children;
    for (i=0; i    alert(m.item(i).tagName); 




       type="button" 
       value="Direct descendants of this body element" 
       onclick="function1();">