How do I set up a web page to do calculations

  • Thread starter Leadfoot_Poetry
  • Start date
L

Leadfoot_Poetry

I'm trying to build a pricing sheet on my web page. I need it to be able to
recalculate totals depending on user selections. I have a spreadsheet
already built to do the functions, but I cannot get it to load properly,
because of the active-x controls. It seems that the spreadsheet function for
Frontpage won't allow drop-down boxes and radio buttons.
 
S

Stefan B Rusynko

Build your form in FP and use either client side (JavaScript) or server side (ASP/PHP) code for the calcs
For simple client side calculator scripts see http://javascript.internet.com/calculators/
Or for use in a form see http://irt.org/script/form.htm#6




| I'm trying to build a pricing sheet on my web page. I need it to be able to
| recalculate totals depending on user selections. I have a spreadsheet
| already built to do the functions, but I cannot get it to load properly,
| because of the active-x controls. It seems that the spreadsheet function for
| Frontpage won't allow drop-down boxes and radio buttons.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top