Hallo, ich habe ein Problem in meinem Script ich weiß nicht wo er ist .
Er soll eine E-Mail Schiken doch er tut es nicht hier der Code :
HTML Code:
<html>
<head>
<title></title>
</head>
<body>
<p style="text-align: center;">
<span style="color: rgb(255, 0, 0);"><span style="font-size: 26px;"><span style="font-size: 48px;"><span style="background-color: rgb(255, 255, 255);">K o n t a k t</span></span></span><span _fck_bookmark="1" style="display: none;"> </span><span _fck_bookmark="1" id="cke_bm_140S" style="display: none;"> </span><span _fck_bookmark="1" style="display: none;"> </span><span _fck_bookmark="1" id="cke_bm_127S" style="display: none;"> </span><span _fck_bookmark="1" style="display: none;"> </span><span _fck_bookmark="1" id="cke_bm_126S" style="display: none;"> </span></span></p>
</body>
<center><h1><b></b></h1></center>
</body>
<head>
<title></title>
</head>
<body>
<p style="text-align: center;">
<br />
<span style="color: rgb(255, 0, 0);"><span _fck_bookmark="1" id="cke_bm_140S" style="display: none;"> </span><span _fck_bookmark="1" style="display: none;"> </span><span _fck_bookmark="1" id="cke_bm_127S" style="display: none;"> </span><span _fck_bookmark="1" style="display: none;"> </span><span _fck_bookmark="1" id="cke_bm_126S" style="display: none;"> </span></span></p>
<hr />
</body>
</html>
<form action="mailto:*********@t-online.de?subject=Kontakt" method="post" enctype="text/plain">
<center><table>
<tr>
<td>Nickname:</td>
<td>
<input type="text" name="Nickname" value="" maxlength="100" />
</td>
</tr>
<tr>
<td>E-Mail:</td>
<td>
<input type="text" name="E-Mail" value="" maxlength="100" />
</td>
</tr>
<tr>
<td>Was ist Unsere Abkürzung:</td>
<td>
<input type="text" name="Test" value="" maxlength="5" />
</td>
</tr>
</select>
<br>
<br>
<tr>
<td>Kommentare:</td>
<td>
<textarea rows="5" cols="30" name="Kommentar"></textarea>
</td>
</tr>
<tr><td> </td>
<td>
<input type="submit" value="Absenden" />
</td>
</tr>
</table>
</form>
<p style="font-size:15px;"><a href="http://ggztv-youtube.bplaced.net/">Hauptseite</a></p></center>
<br>
<br>
<br>
</html>
Vielen Dank!