function pro() { var massiv = new Array(); var idd = 1; for (i=0; i<=28; i=i++) { massiv[i]=getElementById(idd).value; idd++; } alert('flaag'); }