HTML JavaScript DHTML




function deleteRow(i){
    document.getElementById('myTable').deleteRow(i)
}





  Row 1
  


  Row 2
  


  Row 3