sto cercando di validare un gruppo radio button
ma ve riesco
var ctrl = document.getElementById(nomeradio);
alert(ctrl.length); //stampa undefined
why ?
sto cercando di validare un gruppo radio button
ma ve riesco
var ctrl = document.getElementById(nomeradio);
alert(ctrl.length); //stampa undefined
why ?
R.