Does anyone have any JS sites that have samples which allow a user to enter a quantity into a text box and it calculates a cost based on the quantity entered and the qty/cost parameters set in the code?
Ex.
User enters 500
which is then multiplied by the cost per unit in the parameters set.
500
$1.20 per unit
1000
$0.80 per unit
etc.
Thanks,
Kevin