# Radio group help

**URL:** https://forum.kirupa.com/t/radio-group-help/208035
**Category:** Uncategorized
**Created:** [November 24, 2006, 6:34am UTC](https://forum.kirupa.com/t/radio-group-help/208035 "2006-11-24T06:34:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xmrcivicboix](https://avatars.discourse-cdn.com/v4/letter/x/858c86/32.png) [@xmrcivicboix](https://forum.kirupa.com/u/xmrcivicboix)
#### Post date: [November 24, 2006, 6:34am UTC](https://forum.kirupa.com/t/radio-group-help/208035/1 "2006-11-24T06:34:53Z")

</div>

Sup fellas, I have a question/problem that I would like to ask. Anyways, I have a radio group name called “gender”. I want to be able to alert a message ONLY when the second radio group is NOT select on an ‘onblur’ event. So let say i’m tabbing through my form, I get to “female” and tab away, NOTHING should happen. However, when I tab away from “male” then an alert box display.

```auto

<input type="radio" value="female" name="gender" />
<input type="radio" value="male" name="gender" />

```

???

Thanks
