Hi
is it possible to give an option in a select box 2 values?
<select name="transation">
<option value="value1">car</option>
</select>
I have a java, that on submit it outputs someting in an input box based on value1, and I want to output something else in another imput box based on another value of the same option...
is it possible to store 2 values to the same option?


Reply With Quote

Bookmarks