Previous | Next | (P-PDF) JavaScript
Topic: Calcuation script
Conf: (P-PDF) JavaScript, Msg: 27609
From: Mark Babb
Date: 9/25/2001 10:05 PM
I have a form where I need to do the following
calculation
(A-B)=C then (C / D)=E
Where A,B,D,D=dollars (do not need symbol)
And C = number of days, so a whole number
Also
(F * G) = H
(E * F) = I
J = the smaller amount from field H or I
Where F = number of days
G, H,I,J = Dollar amounts
Does anyone know the javascript for doing this?
It would be greatly appreciated.
Thanks
Mark