Good Morning,

I hope everyone is doing great today. I wondering if anyone could tell me
how to perform math calculations within a form designed in FrontPage 2003?
I tried searching the help and ms website but I can't seem to find it. I
see info on creating an advanced button but not sure how to perform
calculations. We have a form where a user inputs some numbers and we
multiply those values with some default values to get an amount. I'd like
to perform the calculations on the form instead of the user using his/her
calculator. Please advise.

Thanks!

Sincerely,
Anthony Smith
In God We Trust!

Re: Form Calculations by Thomas

Thomas
Thu Oct 27 10:49:06 CDT 2005

In your IE Address bar type:

? JavaScript Form Calculation Scripts

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Anthony Smith" <anthony@peconet.com> wrote in message news:OTAGfmw2FHA.268@TK2MSFTNGP10.phx.gbl...
> Good Morning,
>
> I hope everyone is doing great today. I wondering if anyone could tell me how to perform math
> calculations within a form designed in FrontPage 2003? I tried searching the help and ms website
> but I can't seem to find it. I see info on creating an advanced button but not sure how to
> perform calculations. We have a form where a user inputs some numbers and we multiply those
> values with some default values to get an amount. I'd like to perform the calculations on the
> form instead of the user using his/her calculator. Please advise.
>
> Thanks!
>
> Sincerely,
> Anthony Smith
> In God We Trust!
>
>



Re: Form Calculations by Anthony

Anthony
Thu Oct 27 11:11:49 CDT 2005

Thanks for pointing me in the right direction. Have a blessed day!
"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:%23$8q33w2FHA.744@TK2MSFTNGP10.phx.gbl...
> In your IE Address bar type:
>
> ? JavaScript Form Calculation Scripts
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Anthony Smith" <anthony@peconet.com> wrote in message
> news:OTAGfmw2FHA.268@TK2MSFTNGP10.phx.gbl...
>> Good Morning,
>>
>> I hope everyone is doing great today. I wondering if anyone could tell
>> me how to perform math calculations within a form designed in FrontPage
>> 2003? I tried searching the help and ms website but I can't seem to find
>> it. I see info on creating an advanced button but not sure how to
>> perform calculations. We have a form where a user inputs some numbers
>> and we multiply those values with some default values to get an amount.
>> I'd like to perform the calculations on the form instead of the user
>> using his/her calculator. Please advise.
>>
>> Thanks!
>>
>> Sincerely,
>> Anthony Smith
>> In God We Trust!
>>
>>
>
>



RE: Form Calculations by Dukane

Dukane
Thu Oct 27 13:52:06 CDT 2005

Anthony,

You could write a JavaScript function that accepts the input from the user
as an argument and then returns the product to be displayed on the form.

Good luck!

"Anthony Smith" wrote:

> Good Morning,
>
> I hope everyone is doing great today. I wondering if anyone could tell me
> how to perform math calculations within a form designed in FrontPage 2003?
> I tried searching the help and ms website but I can't seem to find it. I
> see info on creating an advanced button but not sure how to perform
> calculations. We have a form where a user inputs some numbers and we
> multiply those values with some default values to get an amount. I'd like
> to perform the calculations on the form instead of the user using his/her
> calculator. Please advise.
>
> Thanks!
>
> Sincerely,
> Anthony Smith
> In God We Trust!
>
>
>