<script> function check(f){ if(!f.ornek.checked){ alert('Çok ayıp'); return false; } return true; } </script> <form name="myform" action=# onSubmit="return check(this)"> <input type="radio" name="ornek" value="5"> <input type="submit"> </form>