how can u have Values assigned to each of those selections and have them Sum at a bottom Total ? <select name="division"> <option value="12.75" label="Math">Math</option> <option value="15.25" label="Arts">Arts</option> <option value="8.95" label="Science">Science</option>
</select> <select name="division2"> <option value="12.75" label="Math">Math</option> <option value="15.25" label="Arts">Arts</option> <option value="8.95" label="Science">Science</option> </select> TOTAL [Non-text portions of this message have been removed]
