Ich bin soweit mit der Struktur fertig.
ich will das mann einfach oben den Namen auswaehlt und dann anklickt ob man kommt oder nicht kommt und auf speichern klickt und das das in die untere Tabelle übernommen wird.
Code:
---------------------------------------------------
<html>
<head>
<title> Hobbyfußballer-Ahlen </title>
</head>
<BODY TEXT="#FFFFFF">
<table border="3" cellspacing="8" cellpadding="8">
<thead>
<tr>
<td>
<H1>Hobbyfußballer-Ahlen</h1>
</td>
</tr>
</thead>
<BODY BGCOLOR="#000000">
<BODY TEXT="#FFFFFF">
<tr>
<td>
<H2>Waehlen Sie ihren Namen!</h2>
<!-- hier folgen die Formularelemente -->
<form action="select_optgroup.htm">
<p>Zur Auswahl stehen:</p>
<p>
<select name="Namen" size="10">
<optgroup label="Namen mit A. . . . . . . . . . . . . . ">
<option label="Anna">Anna</option>
<option label="Achim">Achim</option>
<option label="August">August</option>
</optgroup>
<optgroup label="Namen mit B ">
<option label="Berta">Berta</option>
<option label="Barbara">Barbara</option>
<option label="Bernhard">Bernhard</option>
</optgroup>
<optgroup label="Namen mit C ">
<option label="Caesar">Caesar</option>
<option label="Christiane">Christiane</option>
<option label="Christian">Christian</option>
</optgroup>
</select>
</p>
</form>
</td>
<td>
<!--Radio Button!-->
<form action="input_radio.htm">
<p>Waehlen Sie ob Sie am kommenden Motang am Training teilnehmen!:</p>
<p>
<input type="radio" name="anwesendheit" value="Ich "> Ich were teilnehmen!<br>
<input type="radio" name="anwesendheit" value="Ich "> Ich were nicht teilnehmen!<br>
</p>
</form>
</td>
<td>
<form ction="button.htm">
<div>
<button name="speichern" type="button"
value="speichern" onclick="alert('Daten erfolgreich gespreichert!');">
<p>
<b>Daten speichern</b>
</p>
</button>
</div>
</form>
</td>
<td>
<table cellspacing="1" cellpadding="0" border="0" style="background-color: #CD3326" width="122"><tr><td align="center" style="background-color : #CD3326;"><a href="http://www.meteo24.de/wetter/49X10168.html" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#FFFFFF" style="text-decoration: none; font-weight: bold;">Wetter Ahlen</font></a></td></tr><tr><td align="center"><iframe width="120" height="98" scrolling="no" frameborder="0" src="http://www.meteo24.de/hptool/v1?cid=49X10168&l=de&style=5"> </iframe></td></tr><tr><td align="center" height="15" style="background-color : #CD3326;"><a href="http://www.meteo24.de/" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#FFFFFF">© meteo24.de</font></a></td></tr></table>
</td>
</tr>
<tr>
<td>
<p>Folgende Mitglieder nehmen am kommenden Training teil bzw. nicht teil.<p>
<table border="1">
<tr>
<th>Name</th>
<th>Anwesend?JA/Nein</th>
</tr>
<tr>
<td>x</td>
<td>x</td>
</tr>
<tr>
<td>x</td>
<td>x</td>
</tr>
</table>
</td>
</Tr>
</table>
</body>
</html>
----------------------------------------------------
wie kann man das jetzt so realisieren?
Danke im vorraus
MFG The Cryper
ich will das mann einfach oben den Namen auswaehlt und dann anklickt ob man kommt oder nicht kommt und auf speichern klickt und das das in die untere Tabelle übernommen wird.
Code:
---------------------------------------------------
<html>
<head>
<title> Hobbyfußballer-Ahlen </title>
</head>
<BODY TEXT="#FFFFFF">
<table border="3" cellspacing="8" cellpadding="8">
<thead>
<tr>
<td>
<H1>Hobbyfußballer-Ahlen</h1>
</td>
</tr>
</thead>
<BODY BGCOLOR="#000000">
<BODY TEXT="#FFFFFF">
<tr>
<td>
<H2>Waehlen Sie ihren Namen!</h2>
<!-- hier folgen die Formularelemente -->
<form action="select_optgroup.htm">
<p>Zur Auswahl stehen:</p>
<p>
<select name="Namen" size="10">
<optgroup label="Namen mit A. . . . . . . . . . . . . . ">
<option label="Anna">Anna</option>
<option label="Achim">Achim</option>
<option label="August">August</option>
</optgroup>
<optgroup label="Namen mit B ">
<option label="Berta">Berta</option>
<option label="Barbara">Barbara</option>
<option label="Bernhard">Bernhard</option>
</optgroup>
<optgroup label="Namen mit C ">
<option label="Caesar">Caesar</option>
<option label="Christiane">Christiane</option>
<option label="Christian">Christian</option>
</optgroup>
</select>
</p>
</form>
</td>
<td>
<!--Radio Button!-->
<form action="input_radio.htm">
<p>Waehlen Sie ob Sie am kommenden Motang am Training teilnehmen!:</p>
<p>
<input type="radio" name="anwesendheit" value="Ich "> Ich were teilnehmen!<br>
<input type="radio" name="anwesendheit" value="Ich "> Ich were nicht teilnehmen!<br>
</p>
</form>
</td>
<td>
<form ction="button.htm">
<div>
<button name="speichern" type="button"
value="speichern" onclick="alert('Daten erfolgreich gespreichert!');">
<p>
<b>Daten speichern</b>
</p>
</button>
</div>
</form>
</td>
<td>
<table cellspacing="1" cellpadding="0" border="0" style="background-color: #CD3326" width="122"><tr><td align="center" style="background-color : #CD3326;"><a href="http://www.meteo24.de/wetter/49X10168.html" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#FFFFFF" style="text-decoration: none; font-weight: bold;">Wetter Ahlen</font></a></td></tr><tr><td align="center"><iframe width="120" height="98" scrolling="no" frameborder="0" src="http://www.meteo24.de/hptool/v1?cid=49X10168&l=de&style=5"> </iframe></td></tr><tr><td align="center" height="15" style="background-color : #CD3326;"><a href="http://www.meteo24.de/" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#FFFFFF">© meteo24.de</font></a></td></tr></table>
</td>
</tr>
<tr>
<td>
<p>Folgende Mitglieder nehmen am kommenden Training teil bzw. nicht teil.<p>
<table border="1">
<tr>
<th>Name</th>
<th>Anwesend?JA/Nein</th>
</tr>
<tr>
<td>x</td>
<td>x</td>
</tr>
<tr>
<td>x</td>
<td>x</td>
</tr>
</table>
</td>
</Tr>
</table>
</body>
</html>
----------------------------------------------------
wie kann man das jetzt so realisieren?
Danke im vorraus
MFG The Cryper