function clearTable(){ var oTable=document.getElementById("DBTable"); while(oTable.rows.length>1) oTable.deleteRow(oTable.rows.length-1); }