referencing/adding to an html table that has alreayd been created?

Hi. So ... I think I have a decent handle on AJAX now......

But now my question is this:

Is it possible to add to a table that has already been created? like say I have a table in my datePick.php file with an Id of timeSheetDisplay. And I want to add data to it without a page refresh (using ajax) ... is it possible to add to the table once it has been created? using js or something? document.tableID.addNewRow or something..?

Thanks for the info!
 
Back
Top