Hello
Need help setting this up so that the value selected in the "Ship"-select
box, will appear in the "Price"-text box automatically. (before submitting
the form or clicking on the price box).
<td><select name="Ship">
<option value="" >Select</option>
<option value="500">A</option>
<option value="400">B</option>
<option value="300">C</option>
<option value="200">E</option>
<option value="600">D</option>
</select>
</td>
<td>$ <inp ut type="text" name="Price" value="" size="4"></td>
Thanks
SY
Need help setting this up so that the value selected in the "Ship"-select
box, will appear in the "Price"-text box automatically. (before submitting
the form or clicking on the price box).
<td><select name="Ship">
<option value="" >Select</option>
<option value="500">A</option>
<option value="400">B</option>
<option value="300">C</option>
<option value="200">E</option>
<option value="600">D</option>
</select>
</td>
<td>$ <inp ut type="text" name="Price" value="" size="4"></td>
Thanks
SY
Comment