Javascript Methods JavaScript Reference




function function1() {
   var myRow = document.all.myTable.insertRow();
   var myCell = myRow.insertCell();
   myCell.innerText = "The added cell"; 



   
       3
       4
   
   
       1
       2
   

Add a cell