var a = document.formrechne.zahl1.value;var b = document.formrechne.zahl2.value;var ergebnis = (Math.pow(a.value,2)*Math.PI) * parsInt(b));