carlton
02-22-2007, 07:42 PM
Hey guys
I'm writing an app for my school's site that will make an excel-like spreadsheet in which someone can type how many credits they have in science, etc...
My problem is that I'm not sure how to store the numeric values of a table column in an array to add them up (in order to calculate the total science credits, for example). I really don't want to make individual IDs for 160 table cells and add them individually :eek:
Could someone point me in the right direction on how to get all of the TDs in a table row in an array?
Thanks,
Carlton
I'm writing an app for my school's site that will make an excel-like spreadsheet in which someone can type how many credits they have in science, etc...
My problem is that I'm not sure how to store the numeric values of a table column in an array to add them up (in order to calculate the total science credits, for example). I really don't want to make individual IDs for 160 table cells and add them individually :eek:
Could someone point me in the right direction on how to get all of the TDs in a table row in an array?
Thanks,
Carlton