Also ich hab hier ein Formular
[code:1:a2584aaf4c]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#0E0158" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<form name="form4" method="post" action="">
<p>Name:<font color="#0E0158"> .....</font>
<input type="text" name="textfield">
</p>
</form>
<form name="form5" method="post" action="">
Alter:<font color="#0E0158">........</font>
<input type="text" name="textfield2">
</form>
<table width="19%" border="1" cellspacing="0">
<tr>
<td width="58%">Krasser Hasser</td>
<td width="42%"><form name="form1" method="post" action="">
<input type="checkbox" name="checkbox" value="checkbox">
</form></td>
</tr>
<tr>
<td>Mittel Hasser </td>
<td><form name="form2" method="post" action="">
<input type="checkbox" name="checkbox2" value="checkbox">
</form></td>
</tr>
<tr>
<td>Wenig Hasser</td>
<td><form name="form3" method="post" action="">
<input type="checkbox" name="checkbox3" value="checkbox">
</form></td>
</tr>
</table>
</body>
</html>
[/code:1:a2584aaf4c]
Das ist eine komplette Page mit Formular und ich möchte nun 2 Dinge wissen zum einen wie ich es so einrichten kann das man nur eines der Drei check boxen anwählen kann und zum andern wie ichs hinbekomme das ich das per button an [email protected] schiggn kann.
thx
[code:1:a2584aaf4c]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#0E0158" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<form name="form4" method="post" action="">
<p>Name:<font color="#0E0158"> .....</font>
<input type="text" name="textfield">
</p>
</form>
<form name="form5" method="post" action="">
Alter:<font color="#0E0158">........</font>
<input type="text" name="textfield2">
</form>
<table width="19%" border="1" cellspacing="0">
<tr>
<td width="58%">Krasser Hasser</td>
<td width="42%"><form name="form1" method="post" action="">
<input type="checkbox" name="checkbox" value="checkbox">
</form></td>
</tr>
<tr>
<td>Mittel Hasser </td>
<td><form name="form2" method="post" action="">
<input type="checkbox" name="checkbox2" value="checkbox">
</form></td>
</tr>
<tr>
<td>Wenig Hasser</td>
<td><form name="form3" method="post" action="">
<input type="checkbox" name="checkbox3" value="checkbox">
</form></td>
</tr>
</table>
</body>
</html>
[/code:1:a2584aaf4c]
Das ist eine komplette Page mit Formular und ich möchte nun 2 Dinge wissen zum einen wie ich es so einrichten kann das man nur eines der Drei check boxen anwählen kann und zum andern wie ichs hinbekomme das ich das per button an [email protected] schiggn kann.
thx
Kommentar