Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
simprini #1
calculating the numbers
Hi Guys, I can use your help here, how can I calculate the value entered by
the user on the given fields of a form and at the end give me the total, you
can see the form sample here. [url]http://www.designsmash.com/productform.cfm[/url]
Thank you guys Titano Cruz
simprini Guest
-
calculating costs.
Hi all, I am doing experiments on a new operator I am writing as a C shared library function. 1) As part of the experimentation I need to know... -
Calculating age
On 19-Aug-2003, "Andrew Banks" <banksy@blablablablueyonder.co.uk> wrote: from the php manual mktime: Returns the Unix timestamp corresponding to... -
Calculating
Hello everyone... I am going to make a script where I can add and subtract an amount from the database... Lets say 'james' have '2000'. And I... -
Calculating Dates
I have a creation date field. A Approx Time frame field. Then a Approx Finish Date field. I can get it to add the correct amount of days to... -
calculating datetime
Hi, I have a datetime field in my table, i want to enter a datetime 1 day,1 hour and 10 mins into the future from today/the present, how do i... -
zoeski80 #2
Re: calculating the numbers
Hi Titano
If you don't want the form to refresh you'll probably have to use JavaScript.
Have a function what will get document.FormName.FieldName.value for all the
fields and add them up and write that to the value of the total field.
Invoke the JS function onChange of all the number fields and it should update
the total automatically.
HTH
Zoe
zoeski80 Guest



Reply With Quote

