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.

Re: How do I set up a web page to do calculations by Stefan

Stefan
Fri Jun 03 04:26:43 CDT 2005

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

--

_____________________________________________
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.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Leadfoot_Poetry" <Leadfoot_Poetry@discussions.microsoft.com> wrote in message
news:7FE8035A-0000-437F-A2EE-941CFB4A84D9@microsoft.com...
| 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.