<html>
<title>Rechner</title>
</head><body bgcolor="#ffffff" text="#000000" background="Technick.gif">
<p> </p>
<p>
<script language="JavaScript" type="text/javascript">
<!--
function Rechne(Operation) {
var Ergebnis = eval(Operation);
alert("Ergebnis: " + Ergebnis);
}
//-->
</script>
<p></p>
<form name="Formular">
<p>Aufgabe:</p>
<input type="text" name="Eingabe">
<input type="button" value="Rechnen"
onClick="Rechne(document.Formular.Eingabe.value)">
</form>
<br>
<img src="
http://visit.webhosting.yahoo.com/visit.gif?de1092499868" alt="setstats" border="0" width="1" height="1">
<IMG SRC="
http://geo.yahoo.com/serv?s=382041074&t=1092499868" ALT=1 WIDTH=1 HEIGHT=1>
</body>
</html>
Dieser Rechner kann +,-,*,/,(),[], und noch anderes zeug rechnen