/ Published in: JavaScript
Expand |
Embed | Plain Text
function Subtrahiere(){ document.Formular.Differenz.value = (document.Formular.Minuend.value - document.Formular.Subtrahend.value); }
You need to login to post a comment.
function Subtrahiere(){ document.Formular.Differenz.value = (document.Formular.Minuend.value - document.Formular.Subtrahend.value); }
You need to login to post a comment.