Javascript Methods JavaScript Reference




function function1() {
    document.all.myT.deleteRow(2);
}


    
        Row 1
        Cell 1
    
    
        Row 2
        Cell 2
    
    
        Row 3
        Cell 3
    
    
        Row 4
        Cell 4