<html>
<head>
<title>
Informatik
</title>
<script language="javascript">
function Rechnung (Anz1,Epreis1,Gpreis1,Anz2,Epreis2,Gpreis2,Summe) {
Gpreis1. value= parseFloat (Anz1. value)* parseFloat (Epreis1. value);
Gpreis2. value= parseFloat (Anz2. value)* parseFloat...