Hallo,
auch mit eurer Hilfe geht es bislang nicht. So schreib ich hier mal das ganze Skript:
<script language="JavaScript">
var Zahl = 0 ;
function berechne(){
var fash = document.formular.fashion.value;
var elec = document.formular.electronics.value;
var books = document.formular.books;
var hobbies = document.formular.hobbies;
var other = document.formular.other;
var Zahl = parseInt(elec) + parseInt(fash) + parseInt(books) + parseInt(hobbies) + parseInt(other);
document.formular.gesamt.value = Zahl ;
}
aktiv = window.setTimeout("berechne()",1000);
</script>
Was ist daran falsch?
Ich hoffe jemand kannn mir helfen.
Mit freundlichen Güßen
Stefan