View my complete profile
var obj=document.getElementById("tableId");
var row=obj.insertRow(obj.rows.length);
var cell0=row.insertCell(0);
cell0.innerHTML="2006-04-09";
var cell1=row.insertCell(1);
cell1.innerHTML="China Holiday";