Computing Totals

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I hope all is well.
I want to put a restaurant menu in a form which would include the price and
a check box the customer would click on if ordering a particular item from
the menu. Once customer is finished selecting menu items, I want it to
calculate a total to display when the SUBMIT button is clicked and the form
input is presented for review prior to finalizing.

Is this possible? If so, does anyone know how to do this or a reference I
can use to set up? If not possible in FP 2003 as is, what would I need to do
to get this to work?

Thanks in advance and have a great day.

KP
 
You would need to search for a JavaScript Form Calculation script to accomplish prior to clicking
the submit button, if you want to process the form via the FP Form Handler as it doesn't have a
means of allow users to review after the submit button is clicked.

--
==============================================
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.
==============================================
 
Do you know of any?

Thomas A. Rowe said:
You would need to search for a JavaScript Form Calculation script to accomplish prior to clicking
the submit button, if you want to process the form via the FP Form Handler as it doesn't have a
means of allow users to review after the submit button is clicked.

--
==============================================
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.
==============================================
 
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.
==============================================
 
Or see http://irt.org/script/form.htm#6

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| 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.
| ==============================================
|
| | > Do you know of any?
| >
| > "Thomas A. Rowe" wrote:
| >
| >> You would need to search for a JavaScript Form Calculation script to accomplish prior to clicking
| >> the submit button, if you want to process the form via the FP Form Handler as it doesn't have a
| >> means of allow users to review after the submit button is clicked.
| >>
| >> --
| >> ==============================================
| >> 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.
| >> ==============================================
| >>
| >> | >> > Hi, I hope all is well.
| >> > I want to put a restaurant menu in a form which would include the price and
| >> > a check box the customer would click on if ordering a particular item from
| >> > the menu. Once customer is finished selecting menu items, I want it to
| >> > calculate a total to display when the SUBMIT button is clicked and the form
| >> > input is presented for review prior to finalizing.
| >> >
| >> > Is this possible? If so, does anyone know how to do this or a reference I
| >> > can use to set up? If not possible in FP 2003 as is, what would I need to do
| >> > to get this to work?
| >> >
| >> > Thanks in advance and have a great day.
| >> >
| >> > KP
| >>
| >>
| >>
|
|
 
Back
Top