Displaying 1 result from an estimated 1 matches for "jul10".
Did you mean:
jul16
2007 Nov 06
2
retrieving values from combo box
<td><p align="right">Jul/10:</td>
<td><%= select_tag "jul10",
"<option>Y</option><option>N</option><option>R</option>" %></td>
At the moment, my html form displays this combo box the way i want it,
but it does not record down what the user has selected and save it to
the database
help please,
th...