I have a javascript issue that I need to get resolved... actually developed. It's pretty simple really for someone who rocks javascript. The script works in a very simple mode with one total but now I'm trying to parse a group of text fields that contain numbers and add them up in groups.
The user enters the data and the javascript SubTotals, Totals and GrandTotals. I am willing to pay via PayPal to get this taken care of this weekend... it should be a simple hour or so for someone on the other end of a phone who know what they are doing while I explain the important details. Reply Off List and we can connect up. Thanks, Gonzo Example: FormFieldName Value *Bold Value is what the javascript should calculate*. ====== == count1:A 6 count1:B 2 count1:C 1 count1:D 3 *SubTotal1 12 * ** count2:A 3 count2:B 1 count2:C 3 count2:D 2 *SubTotal2 9 * ** countn:z *SubTotaln * etc for some variable set of count groups with some variable set of members to subtotal and then Finally *TotalA* *9 * *TotalB* *3 * *TotalC* *4 * *TotalD* *5 * *GrandTotal 21 * ** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295936 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

