Guest_imported
New member
- Jan 1, 1970
- 0
I use DHTML to add rows to a table. One of the columns in the table contains integer values. As each row is added, the integer values are totaled. This functionality works correctly. I am trying to add functionality that allows rows to be dynamically deleted and I cannot figure out how to pull out the integer value from the soon to be deleted row so that I can subtract it from the total value. Any help would be appreciated.