cree este codigo pero no me funciono .
Código:
function suma(total){ var maxtotal = document.getElementById('maxtotal'); maxtotal.innerHTML=""+ for(T=1; T<=total; T++){ parseInt(document.getElementById('total'+T).value) + }+"0"; }