Table JavaScript DHTML




function function1() {
   document.all.myTable.tHead.style.backgroundColor = "blue";
}
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 Head Blue
Turn Foot Red