Hi there,
I am supposed to do a shop ... which I ve done so far. The only thing that I can't get working is adding up to get the result
It would be really great if someone could help me (Sorry it is in GERMAN)
ThX in advance
Sansasoon
[HTML] <html>
<head>
<title>Warenkor b berechnen</title>
<script language="Javas cript">
<!--
function fensteropen() {
var fenster=window. open("fenster.h tml", "zweites", "width=430,heig ht=120,status=y es,toolbar=no") ;
}
//--></script>
</head>
<body bgcolor="#CC000 0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" >
<div align="center"> <font size="6">Warenk orb berechnen </font></div>
<div align="center">
<p><font size="5">Bitte wählen Sie aus, welche Pizzen wir Ihnen liefern
sollen:</font></p>
<table width="492" cellspacing="5" cellpadding="5" border="1" height="230" bgcolor="#FFAF0 9">
<form>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Pizza Napoli</font></td>
<td width="126"><fo nt size="4">€ 5,55</font></td>
<td rowspan="8" width="77"><img src="../bilder/aktion.jpg" width="146" height="200"></td>
</tr>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Pizza Funghi</font></td>
<td width="126"><fo nt size="4">€ 5,95</font></td>
</tr>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Pizza-Salami</font></td>
<td width="126"><fo nt size="4">€ 6,15</font></td>
</tr>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Pizza Calzone</font></td>
<td width="126"><fo nt size="4">€ 7,45</font></td>
</tr>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Gr&uum l;ner Salat</font></td>
<td width="126"><fo nt size="4">€ 5,05</font></td>
</tr>
<tr>
<td colspan="2"><fo nt size="4">Summe gesamt in €</font></td>
<td width="126">
<input type="text" >
</td>
</tr>
<tr>
<td colspan="2"> <font size="4">
<input type="button" name="Button" value=" Jetzt berechnen ">
</font> </td>
<td width="126">
<input type="reset" name="Button2" value=" Zurück ">
</td>
</tr>
<tr>
<td colspan="2">&nb sp;</td>
<td width="126">&nb sp;</td>
</tr>
</form>
</table>
<p><font size="5">Aktion swoche: Bestellen Sie drei Aktions-Pizzen zum Preis
von einer!<br>
Nähere Informationen zu unserem Angebot erhalten Sie</font>
<a href="#" onClick="fenste ropen()"><font size="5">hier</font></a>.</p>
</div>
</body>
</html>[/HTML]
I am supposed to do a shop ... which I ve done so far. The only thing that I can't get working is adding up to get the result
It would be really great if someone could help me (Sorry it is in GERMAN)
ThX in advance
Sansasoon
[HTML] <html>
<head>
<title>Warenkor b berechnen</title>
<script language="Javas cript">
<!--
function fensteropen() {
var fenster=window. open("fenster.h tml", "zweites", "width=430,heig ht=120,status=y es,toolbar=no") ;
}
//--></script>
</head>
<body bgcolor="#CC000 0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" >
<div align="center"> <font size="6">Warenk orb berechnen </font></div>
<div align="center">
<p><font size="5">Bitte wählen Sie aus, welche Pizzen wir Ihnen liefern
sollen:</font></p>
<table width="492" cellspacing="5" cellpadding="5" border="1" height="230" bgcolor="#FFAF0 9">
<form>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Pizza Napoli</font></td>
<td width="126"><fo nt size="4">€ 5,55</font></td>
<td rowspan="8" width="77"><img src="../bilder/aktion.jpg" width="146" height="200"></td>
</tr>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Pizza Funghi</font></td>
<td width="126"><fo nt size="4">€ 5,95</font></td>
</tr>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Pizza-Salami</font></td>
<td width="126"><fo nt size="4">€ 6,15</font></td>
</tr>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Pizza Calzone</font></td>
<td width="126"><fo nt size="4">€ 7,45</font></td>
</tr>
<tr>
<td width="66">
<input type="checkbox" value="checkbox ">
</td>
<td width="144"><fo nt size="4">Gr&uum l;ner Salat</font></td>
<td width="126"><fo nt size="4">€ 5,05</font></td>
</tr>
<tr>
<td colspan="2"><fo nt size="4">Summe gesamt in €</font></td>
<td width="126">
<input type="text" >
</td>
</tr>
<tr>
<td colspan="2"> <font size="4">
<input type="button" name="Button" value=" Jetzt berechnen ">
</font> </td>
<td width="126">
<input type="reset" name="Button2" value=" Zurück ">
</td>
</tr>
<tr>
<td colspan="2">&nb sp;</td>
<td width="126">&nb sp;</td>
</tr>
</form>
</table>
<p><font size="5">Aktion swoche: Bestellen Sie drei Aktions-Pizzen zum Preis
von einer!<br>
Nähere Informationen zu unserem Angebot erhalten Sie</font>
<a href="#" onClick="fenste ropen()"><font size="5">hier</font></a>.</p>
</div>
</body>
</html>[/HTML]
Comment