Javascript Methods JavaScript Reference




function function1() {
   var m = document.all.myTable.createTFoot();
   m.bgColor = 'red'; 
}
function function2() {
   var n = document.all.myTable.createTHead();
   n.bgColor = 'yellow'; 



    
        
            Cell 1
            Cell 2
        
    
        Cell 3
            Cell 4