Assign value to dropdownlist items & display in label
问题 I have a dropdown list, what I would like to do is assign values to the items in the drop down list and then display these values in a label depending on which item is selected.. Here is what I have already: <tr> <td width="343">Package*</td> <td colspan="4"> <select class="purple" name="package"> <option value="standard">Standard - €55 Monthly</option> <option value="standardAnn">Standard - €49 Monthly</option> <option value="premium">Premium - €99 Monthly</option> <option value="premiumAnn"