HTML JavaScript DHTML




function rowRules(){
    document.getElementById('myTable').rules="rows"
}
function colRules(){
    document.getElementById('myTable').rules="cols"
}




    
        d
        d
    
    
        d
        d
    
    
        Row3 cell1
        Row3 cell2
    
    
        Row4 cell1
        Row4 cell2
    
    
        Row5 cell1
        Row5 cell2