for (i=0; ele = document.nombreFormu.nombreRadio[i]; i++) if (ele.checked) { alert('Marcado'); return; }