Javascript Properties JavaScript Reference




function function2() {
    document.all.myTable.tFoot.style.backgroundColor = "red";
}


   
      
          tHead, Cell 1
      
   
   
       
           tBody, Cell 2
       
       
           tBody, Cell 3
       
       
           tBody, Cell 4
       
   
   
       
           tFoot, Cell 5
       
   

Turn Foot Red