Similarly, if you press a radio button, then the namevalue 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 script
9
namevalue combination is supplied to the target servlet.
<form ...> ... <input type=radio name=script value=9> ... </form>