<html><head><title>Test</title>
</head><body>
<form action="">
<input size="30" name="Eingabe">
<input type="button" value="Berechnen"
onClick="alert(eval(this.form.Eingabe.value))">
</form>
</body></html>