Dynamic Content (cont'd...)

Updating the Textboxes from the Radio Buttons:


<INPUT TYPE="radio" NAME="shoes" 
VALUE="nike" 
onClick='form.shoe_value.value= 90']>
Nike [$90]

<input type="text" size=10 
name="shoe_value" 
value=0>
</form>