Public snipts »
rmondragon's
snipts » radio
showing 1-1 of 1 snipts for radio
-
∞ Validar radio button
<script language="Javascript"> function verif(){ var pepez=0; for(i=0; ele=document.nacimiento.elements[i]; i++){ //Para validar checkbox se modifica la siguiente linea por //ele.type=='checkbox' if (ele.type=='radio') if (ele.checked){ pepez=1;break; } } if(pepez==1){ document.nacimiento.submit(); }else{ alert('Debe seleccionar alguno de los Items'); return; } } </script>



High Performance MySQL