hi,
i have this code in a page:
there's another field on the page that's called amount.
i like to be able to populate this field based on what they select in the model drop-down. how would that work?
thanks.
i have this code in a page:
Code:
<td class="body" align="left">
<SELECT NAME="modl" SIZE="1">
<OPTION>Select A Model</option>
<OPTION>A20</option>
<OPTION>A20m</option>
<OPTION>A21</option>
i like to be able to populate this field based on what they select in the model drop-down. how would that work?
thanks.