in genere si fa così:

codice:
<input type="input" name="c" onfocus="this.form.nomeradio.selected=true;" onblur="if (this.value=="") this.form.nomeradio.selected=false;" />
ciao