Front Page and Drop Down Boxes

B

Backwater

I have several drop down boxes on my site that should give the user the
ability to select options that effect the end price of my product. Each drop
down box has a value assigned to it e.g. 10, 20... 100 that represents
dollars. How do I have these selections add up in a box somewhere on the
page so the customer can see in real time what the cost of this product will
be with whatever options they select.

Any help will be appreciated!!!
 
S

Stefan B Rusynko

With some JavaScript calculations
See http://irt.org/script/form.htm#6




|I have several drop down boxes on my site that should give the user the
| ability to select options that effect the end price of my product. Each drop
| down box has a value assigned to it e.g. 10, 20... 100 that represents
| dollars. How do I have these selections add up in a box somewhere on the
| page so the customer can see in real time what the cost of this product will
| be with whatever options they select.
|
| Any help will be appreciated!!!
 
Top