Moin!
Leider ist die Variable nach jedem Funktionsaufruf wieder leer und behält nur den letzten Wert im Speicher. Was mache ich falsch?
Du definierst sumTotal als lokale Variable der Funktion.
function totalSum (erg) {
var sumTotal = sumTotal + erg;
alert(sumTotal);
}
- Sven Rautenberg
--
"Love your nation - respect the others."
"Love your nation - respect the others."