Hallo, ich habe da eine Frage, ich habe da ein Formularskript, und möchte mit ausgabe einer Dankesmeldung ein Email mit den Auswertungen an mich schicken.
Wer kann mir da helfen einen Quelltext zu verfassen ?
Hier ist der Quelltext des Formulares:
<html>
<head>
<title>Kontaktseite</title>
</head>
<body>
<align="center"><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="80%" id="AutoNumber1"></align="center">
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="60%" id="AutoNumber2">
<tr>
<td width="100%" colspan="2">
<p style="margin-top: 0; margin-bottom: 0"><font face="Arial"><br />Herzlich
willkommen auf unserer Kontaktseite !</font></p>
<p style="margin-top: 0; margin-bottom: 0"><font face="Arial"><br />Das ist der Einleitungstext</font></p>
<p style="margin-top: 0; margin-bottom: 0"><p><font face="Arial"><br />Wir
freuen uns schon auf Ihre Anfrage<br /></font></td>
</tr>
<tr>
<td width="50%" align="center">Anfrage</td>
<td width="50%" align="center">Bestellung</td>
</tr>
<tr>
<td width="50%">
<form method="POST">
<select size="1" name="anfrage">
<option>... test a</option>
<option>... test b</option>
<option>... test c</option>
<option>_</option>
</select></p>
</td>
<td width="50%">
<select size="1" name="bestellung">
<option>... test e</option>
<option>... test f</option>
<option>_</option>
</select></p>
</td>
</tr>
<tr>
<td width="50%">&nbsp;</td>
<td width="50%">&nbsp;</td>
</tr>
<tr>
<td width="100%" colspan="2">
<p>
<textarea rows="12" name="S1" cols="49"></textarea></p>
</td>
</tr>
<tr>
<td width="50%">&nbsp;</td>
<td width="50%"><align="right"></align="right"><input type="submit" name="submit" value="versenden" style="float: right"></td>
</tr>
</form>
</table>
</center>
</div>
</body>
</html>
Wer kann mir da helfen einen Quelltext zu verfassen ?
Hier ist der Quelltext des Formulares:
<html>
<head>
<title>Kontaktseite</title>
</head>
<body>
<align="center"><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="80%" id="AutoNumber1"></align="center">
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="60%" id="AutoNumber2">
<tr>
<td width="100%" colspan="2">
<p style="margin-top: 0; margin-bottom: 0"><font face="Arial"><br />Herzlich
willkommen auf unserer Kontaktseite !</font></p>
<p style="margin-top: 0; margin-bottom: 0"><font face="Arial"><br />Das ist der Einleitungstext</font></p>
<p style="margin-top: 0; margin-bottom: 0"><p><font face="Arial"><br />Wir
freuen uns schon auf Ihre Anfrage<br /></font></td>
</tr>
<tr>
<td width="50%" align="center">Anfrage</td>
<td width="50%" align="center">Bestellung</td>
</tr>
<tr>
<td width="50%">
<form method="POST">
<select size="1" name="anfrage">
<option>... test a</option>
<option>... test b</option>
<option>... test c</option>
<option>_</option>
</select></p>
</td>
<td width="50%">
<select size="1" name="bestellung">
<option>... test e</option>
<option>... test f</option>
<option>_</option>
</select></p>
</td>
</tr>
<tr>
<td width="50%">&nbsp;</td>
<td width="50%">&nbsp;</td>
</tr>
<tr>
<td width="100%" colspan="2">
<p>
<textarea rows="12" name="S1" cols="49"></textarea></p>
</td>
</tr>
<tr>
<td width="50%">&nbsp;</td>
<td width="50%"><align="right"></align="right"><input type="submit" name="submit" value="versenden" style="float: right"></td>
</tr>
</form>
</table>
</center>
</div>
</body>
</html>
Kommentar