Home Segments Top Top Previous Next

1046: Mainline

Similarly, if you press a radio button, then the name–value combination identified in the radio-button tag is supplied to the target servlet.

Thus, if you press the radio button associated with <input type=radio name=script value=9>, then the script9 name–value combination is supplied to the target servlet.

<form ...> 
... 
<input type=radio name=script value=9> 
... 
</form>