Is it possible to have more than one value per option line in a list?
Ie.,
<select>
<option value="v1,v2"> text </option>
</select>
What I'm trying to do is if a user selects the line, I need to be able to extract V1 and do something with it, and then V2 and do something with it...
Thanks
Gary
Ie.,
<select>
<option value="v1,v2"> text </option>
</select>
What I'm trying to do is if a user selects the line, I need to be able to extract V1 and do something with it, and then V2 and do something with it...
Thanks
Gary