stretcher012599
Programmer
I have a form that has 10 radio buttons, each radio button represents a product. For each product, there is a different dollar value assocciated with each product. The form also has 3 text boxes, sub total, discount and total. The user will select 3 products from the list, and the product that is the lowest price will be the discount. Example: I check 3 products on the list, product 1 is $3.00 product 5 is $7.50 and proct 9 is $1.50 The sub total will be $12.00 and the discount will be $1.50 and the total will be $10.50
Can someone please show me an example on how I can do this without pressing the submit button. Thanks
Can someone please show me an example on how I can do this without pressing the submit button. Thanks