[HTML] Kontaktformular

computer

CSS Gamer
31 Mai 2006
44
2
Hi
Ich bring mein formular nicht zum laufen! kann mir jemand erklären wie es funktioniert?


hier der HTML-Code:

<html>

<head>
<title>Kontaktformular</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form name="Kontakt" action="mailen an:[email protected]" enctype="text/plain">
<p> </p>
<table border="0" cellpadding="0" cellspacing="0" width="499" height="300">
<tr>
<td width="3" height="3"> </td>
<td width="108" height="3"> </td>
<td width="2" height="3"> </td>
<td width="386" height="3"> </td>
</tr>
<tr>
<td width="3" height="27"> </td>
<td width="108" height="27">
<p>Anrede</p>
</td>
<td width="2" height="27"> </td>
<td width="386" height="27">
<p><select name="Anrede" size="1">
<option></option>
<option>Firma</option>
<option>Frau</option>
<option>Herr</option>
</select></p>
</td>
</tr>
<tr>
<td width="3" height="2"> </td>
<td width="108" height="2"> </td>
<td width="2" height="2"> </td>
<td width="386" height="2"> </td>
</tr>
<tr>
<td width="3" height="27"> </td>
<td width="108" height="27">
<p>Name</p>
</td>
<td width="2" height="27"> </td>
<td width="386" height="27">
<p><input type="text" name="Vorname"></p>
</td>
</tr>
<tr>
<td width="3" height="2"> </td>
<td width="108" height="2"> </td>
<td width="2" height="2"> </td>
<td width="386" height="2"> </td>
</tr>
<tr>
<td width="3" height="27"> </td>
<td width="108" height="27">
<p>Nachname</p>
</td>
<td width="2" height="27"> </td>
<td width="386" height="27">
<p><input type="text" name="Nachname"></p>
</td>
</tr>
<tr>
<td width="3" height="2"> </td>
<td width="108" height="2"> </td>
<td width="2" height="2"> </td>
<td width="386" height="2"> </td>
</tr>
<tr>
<td width="3" height="27"> </td>
<td width="108" height="27">
<p>E-Mail Adresse</p>
</td>
<td width="2" height="27"> </td>
<td width="386" height="27">
<p><input type="text" name="E-Mail Adresse"></p>
</td>
</tr>
<tr>
<td width="3" height="2"> </td>
<td width="108" height="2"> </td>
<td width="2" height="2"> </td>
<td width="386" height="2"> </td>
</tr>
<tr>
<td width="3" height="31"> </td>
<td width="108" height="31">
<p>Nachricht</p>
</td>
<td width="2" height="31"> </td>
<td width="386" height="181" rowspan="2">
<p><textarea name="Nachricht" rows="11" cols="24"></textarea><br><input type="submit" name="Abschicken" value="Abschicken">
 <input type="reset" name="Zurücksetzen" value="Zurücksetzen"></p>
</td>
</tr>
<tr>
<td width="3" height="150"> </td>
<td width="108" height="150"> </td>
<td width="2" height="150"> </td>
</tr>
</table>
</form>
<p> </p>
</body>

</html>


Bitte helft mir. ich verzweifel bald daran
 
Was ist denn genau dein Problem?

Fals es sein soll das eine E-Mail an deine E-MAil an deine geht das musste mit PHP Machen.

LG
 
ich will ein formular, in dass leute schreiben können, wenn sie mir was fragen wollen oder so. so zu sagen soll ich das als mail an meine eMail-adresse bekommen. wenn ich auf den button senden drücke, dann steht: diese seite konnte nicht gefunden werden (versuch es mal).
www.martin-schaden.at/noname1.htm

edit:

Was mir so einfällt: action="mailen an:[email protected]"
das muss action="mailto:[email protected]" heißen ;)



wenn ich das mache, dann geht mein outlook auf. dass will ich nicht
 
Zuletzt bearbeitet:
mir gehts da auch um das, dass ich meine homepage mit einem programm mache das auf meinem pc ist und nicht so wie bei space-anbieter bei denen ich mich im internet einlogge und dann online alles gestallte.