<script>
    function aaa(){
        alert(document.getElementsByName('bbb').length);
    }
</script>
<input type='radio' name='bbb' onClick='aaa()'>