Ich möchte ein html-Formular nach dem Ausfüllen an meine E-Mail Adresse senden. Doch leider öffnet sich beim Abschicken immer mit Outlook Express. Wie kann ich dies verhindern? Die Daten sollen nur an die angebene Adresse geschickt werden, ohne dass sonst was passiert.
So sieht das bei mir aus:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>XXX</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="standard.css" rel="stylesheet" type="text/css">
</head>
<body>
<form action="mailto:xxx@web.de" method="post" name="Formular" enctype="text/plain">
<table width="500" border="0" align="center">
<tr>
<td colspan="2"> </td>
....
....
....
<td> </td>
<td><input type="submit" name="Submit" value="Abschicken"></td>
</tr>
</table>
</form>
</body>
</html>
Ich hoffe Ihr könnt mir helfen.
So sieht das bei mir aus:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>XXX</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="standard.css" rel="stylesheet" type="text/css">
</head>
<body>
<form action="mailto:xxx@web.de" method="post" name="Formular" enctype="text/plain">
<table width="500" border="0" align="center">
<tr>
<td colspan="2"> </td>
....
....
....
<td> </td>
<td><input type="submit" name="Submit" value="Abschicken"></td>
</tr>
</table>
</form>
</body>
</html>
Ich hoffe Ihr könnt mir helfen.