A) Eccola:
codice:codice:<script type="text/javascript"> function getTot(){ var tot=0; var n=ordine.quota.length; for(var i=0;i<n;i++){ if(ordine.quota[i].checked==true){ tot=tot+parseFloat(ordine.quota[i].value); document.getElementById("tot").innerHTML=tot;} else{ document.getElementById("tot").innerHTML=tot; } } } </script>
B) intendi dire il ID="quotaVOLO"
ID="quotaSOGGIORNO"...ecc. ?
Grazie intanto Andrea.