<html>
<head>
<title>Frameset 1</title>
<style style="text/css">
body {
background-image: url("Hintergrund.jpg");
background-position: 50% 50%;
background-repeat: repeat;
}
html {
font-family: consolas;
}
#text {
text-shadow: 10px 10px 10px black;
}
</style>
<script>
alert("Bitte in den Vollbildmodus wechseln.");
function Scheitelpunkt() {
var a, b, c;
a = (document.form1.ein1);
b = (document.form1.ein2);
document.form1.aus1.value = a;
}
function Aussehen() {
}
</script>
</head>
<body><font face=verdana color=white>
<center>
<br>
<br>
<br>
<h1>
<div id="text">Gib die quadratische Funktion ein:
</h1>
<br>
<form name="form1">
<table cellspacing="10">
<tr>
<td><b><font color=white><div id="text">f(x)=</td></b>
<td><b><font color=white><div id="text"><input type=text name="ein1" value="-0,5" size="10"></td></b>
<td><b><font color=white><div id="text">x² + </td></b>
<td><b><font color=white><div id="text"><input type=text name="ein2" value="-0,5" size="10"></td></b>
<td><b><font color=white><div id="text">x + </td></b>
<td><b><font color=white><div id="text"><input type=text name="ein3" value="1" size="10"></td></b>
</tr>
</table>
<br>
<font color=white><b>
Die Parabel ist breiter als die NP</b>
<br>
<font color=white><b><div id="text">Sie ist nach unten geöffnet</b>
<br>
<br>
<br>
<br>
<font color=white><b><div id="text">Ihr Scheitelpunkt lautet: S(</b><input type=text name="aus1" value="" size="10" readonly>)</b>
<br>
<br>
<br>
<br>
<br>
<font color=white><b><div id="text">Die Nullstellen sind: </b><input type=text name="aus2" value="" size="10" readonly>
</form>
<br>
<br>
<br>
<img src="Nullstellen1.png" onClick="Nullstellen()" alt="" heigth="150" width="150"
onMouseOver="src='Nullstellen2.png'"
onMouseOut="src='Nullstellen1.png'" /></a>
<img src="Scheitelpunkt1.png" alt="" onClick="Scheitelpunkt()" heigth="150" width="150"
onMouseOver="src='Scheitelpunkt2.png'"
onMouseOut="src='Scheitelpunkt1.png'" /></a>
<img src="Aussehen1.png" onClick="Aussehen()" alt="" heigth="150" width="150"
onMouseOver="src='Aussehen2.png'"
onMouseOut="src='Aussehen1.png'" /></a>
</body>
</html>