Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JScript function that needs to pull data from a table cell

Status
Not open for further replies.

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.
 
IE only:

substractfromtotal = cellid.innerText
total-=substractfromtotal jared@aauser.com
 
p.s.:

recently this forum topic was changed to include only HTML and CSS. From now on, please post programming questions in the forum corresponding to your desired solution language (i.e. if you want to use javascript for your solution, go to the javascript forum)

thanks jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top