Also entweder stelle ich mich zu bl... an, oder irgendetwas funktioniert nicht
let summe_1 = getInputAsFloat(document.formular1.FeldWert1 || 0) +
getInputAsFloat(document.formular1.FeldWert2 || 0) +
getInputAsFloat(document.formular1.FeldWert3 || 0)
;
und was ist der Unterschied:
let s1 = document.formular.FeldWert1 || 0;
Franz