function Adicionar() { var FORM = document.FormLoteria; var acumulado = 0; var URL = "http://www.sortegrande.com.br/funcao_carrinho.php?acao=31eea2ac70fc8e92e31ab9344516e3af"; var j=0; var erro = 0; if(FORM.Concurso.length > 0) { var Length = parseInt(FORM.Concurso.length); for(i=0; i < Length; i++) { var Concurso = FORM.Concurso[i].value; var NumBoloes = parseInt(FORM.NumBoloes[i].value)+parseInt(acumulado); for(y=(0+acumulado); y 0) { if(j > 10) { alert("Bolões Online\n"+"--------------------------------\n"+"Você deve selecionar cotas de no máximo 10 (dez) bolões diferentes.\n"); var erro = 1; break; } else { j++; var URL = URL + "&A"+ j +"="+ Bolao +"_"+ Cotas; } } } var acumulado = parseInt(acumulado) + parseInt(FORM.NumBoloes[i].value); } } else { var Concurso = FORM.Concurso.value; var Length = 1; var NumBoloes = parseInt(FORM.NumBoloes.value)+parseInt(acumulado); for(y=(0+acumulado); y 1) { var Bolao = FORM.Bolao[y].value; } else { var Bolao = FORM.Bolao.value; } var Q = Bolao.split("_"); var Loteria = Q[0]; var Concurso = Q[1]; var IdBolao = Q[2]; var NomeSel = "LT"+ Loteria +"_"+ Concurso +"_"+ IdBolao; var Cotas = parseInt(document.getElementById(""+NomeSel+"").value); if(Cotas > 0) { if(j > 10) { alert("Bolões Online\n"+"--------------------------------\n"+"Você deve selecionar no máximo 10 bolões.\n"); var erro = 1; break; } else { j++; var URL = URL + "&A"+ j +"="+ Bolao +"_"+ Cotas; } } } var acumulado = parseInt(acumulado) + parseInt(FORM.NumBoloes.value); } if((j>0) && (erro == 0)) { if(confirm("Bolões Online\n"+"--------------------------------\n"+"Adicionar as cotas selecionadas ao seu carrinho de compras?\n")) { window.location= URL; } } else if(j == 0) { alert("Bolões Online\n"+"--------------------------------\n"+"Você deve selecionar no mínimo 1 (uma) cota de algum dos bolões disponíveis.\n"); } }