Forum Moderators: open
<select name="myoptions">
<option value="item1" name="$10">Cd1 </option>
<oprion value="item2" name="$12">Cd2 </option>
</select>
and the when i do my post the $myoptions would read "item1"/"item2", the <input type="text" name="Amount" /> would read $10/$12... can this be done?
this.options[this.selectedIndex].name)..? maybe... can anyone advise?
Thanks