
February 28th, 2005, 11:09 AM
|
|
Contributing User
|
|
Join Date: Feb 2005
Posts: 137
  
Time spent in forums: 1 Day 16 h 16 m 11 sec
Reputation Power: 6
|
|
|
work down dynamic table and add up currency fields
Hi folks I have an ASP VBScript page with a dynamic table.
Each row contains a dynamic price, a qty field, and a total. The total on each row changes (onChange() ) when a qty is entered (this works fine).
I now need to total up the 'total' fields and put a 'GrandTotal' into a variable for later.
Happy to use javascript. Thanks in advance for your help.
Mark
|