I've searched a while, can't find this... I'm looking for a way to present two choices for values, then to have a result immediately appear based on those choice. IE... The first choice is an option between 1, 2, 3, 4, or 5 players... and the second choice is an option between 1, 5, 10, 25, or 50 workouts. In the following textarea (or whatever) I'd like a price or a set of prices (based on the combinations, not a math formula) to appear as the choices are made and again when they're toggled.
Here's my start. Any help will do.
<style type="text/css">
select {
font-family: verdana, Arial, san-serif;
font-size: 26px;
}
</style>
<select name="options" size="1">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="4">5</option>
<option value="4">6</option>
<option value="4">7</option>
<option value="4">8</option>
<option value="4">9</option>
<option value="4">10</option>
<option value="4">11</option>
<option value="4">12</option>
</select> player(s)<br>
<select name="options" size="1">
<option value="1">1</option>
<option value="2">5</option>
<option value="3">10</option>
<option value="4">25</option>
<option value="4">50</option>
</select> workout(s)<br><hr>
<font size=5>$90</font> per player for each workout.<br>
<font size=5>$450</font> per player for all workouts.<br>
<font size=5>$450</font> total.