Javascript Collections JavaScript Reference




function function1() {
    var m = document.all.myForm.elements(2);
    alert("It is a "+'"'+m.type+'"'+" element"); 



    
    
    
    
               type="button" 
           value="What is the third element in the above form?" 
           onclick="function1();">