Inserting web component into form fields

M

Michael Roper

I am designing a site using Front Page which will enable
visitors to select a product and calculate their own
estimated cost before requesting a formal quote. I have
designed an on screen calculator using an Excel
spreadsheet which has been inserted via the Web Component
menu. The spreadsheet is not connected to a data base,
and the prices are merely changed using function formulas
which allow for different prices for different quantities
entered in the calculator. However, I would also like
visitors to then be able to submit their calculations by
email for confirmation and issue of a formal quote. I
have attempted to include the calculator in an enquiry
form field without success.
Any suggestions please?
 
S

Stefan B Rusynko

You can't use the Excel web component in a for
Create a Form and use JavaScript for the calculations
See http://www.developer.irt.org/script/form.htm#6




| I am designing a site using Front Page which will enable
| visitors to select a product and calculate their own
| estimated cost before requesting a formal quote. I have
| designed an on screen calculator using an Excel
| spreadsheet which has been inserted via the Web Component
| menu. The spreadsheet is not connected to a data base,
| and the prices are merely changed using function formulas
| which allow for different prices for different quantities
| entered in the calculator. However, I would also like
| visitors to then be able to submit their calculations by
| email for confirmation and issue of a formal quote. I
| have attempted to include the calculator in an enquiry
| form field without success.
| Any suggestions please?
 
Top