och menno ... das hatten wir doch auch schon ...
Die Forensuche bringts ...
PS
Peter was macht deine NAVI???
klappt es ??
Die Forensuche bringts ...
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
<html>
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Kontakformular</title>
<style type="text/css">
body {background-color:#FFFFFF; font-family: "Arial";}
h1.farbig {color:#000000; font-family:Arial; font-size:20px;}
td.farbig {background-color:#FFFFFF; color:#000000; font-family:Arial; font-size:12px;}
p.farbig {color:#000000; font-family:Arial; font-size:12px;}
p.anno {color:#000000; font-family:Arial; font-size:12px;}
input.farbig {background-color: #CCCCCC;color: #000000;border-style:solid; border-width:1px;}
.feld {background-color: #CCCCCC;color: #000000;border-style:solid; border-width:1px;Font-Family:Arial;Font-Size:10px;}
</style>
</head>
<body>
<div align="center">
<h1 class="farbig">Kontaktformular</h1>
<p class="anno">Mit diesem Formular können Sie uns erreichen.</p>
<form action="Mailto:deinname@deine.domain.de?subject=Formular" method=POST enctype="multipart/form-data" >
<table cellpadding="3" cellspacing="2">
<tr valign="top" height="25">
<td class="farbig" align="right">Vorname</td>
<td class="farbig"><input type="text" name="VName" value="" size="20" MaxLength="20"class="feld" ></td>
</tr>
<tr valign="top" height="25">
<td class="farbig" align="right">Name</td>
<td class="farbig"><input type="text" name="Name" value="" size="20" MaxLength="20"class="feld" ></td>
</tr>
<tr valign="top" height="25">
<td class="farbig" align="right">E-Mail</td>
<td class="farbig"><input type="text" name="EMail" value="" size="20" MaxLength="50"class="feld" ></td>
</tr>
<tr valign="top" height="25">
<td class="farbig" align="right">Homepage</td>
<td class="farbig"><input type="text" name="Homepage" value="" size="20" MaxLength="20"class="feld" ></td>
</tr>
<tr valign="top" height="25">
<td class="farbig" align="right">Ihr Text</td>
<td class="farbig"><textarea name="Text"class="feld" cols="" rows=""></textarea></td>
</tr>
<tr valign="top" height="25">
<td class="farbig" colspan="2">Und hier mal ein Text ohne ein Formularfeld</td>
</tr>
<tr>
<td><input type="submit" name="next" value="Abschicken" class="farbig"></td>
<td><input type="reset" name="next" value="Zurücksetzen" class="farbig"></td>
</tr>
</table>
</form>
</body>
</html>
|
PS
Peter was macht deine NAVI???
klappt es ??
Bevor du hier Fragen stellst, lese alle Dokumentationen und klicke die folgenden Links um mehr zu erfahren
WMW Forensuche,
WMW F.A.Q. und/oder
Allgemeine suche
WMW Forensuche,
WMW F.A.Q. und/oder
Allgemeine suche
Das ist alles HTML .. und wird über das e-mail programm .... der leute verschickt .. es muss natürlich vorhanden sein .. sonst geht es nicht ....
Wenn man etwas umbaut kann man auch es verschicken mit einem zusatz ...von www.formmailer.com
man ergänzt den code ... und bekommt die mail von denen dann zugeschickt ..
gruß
Seven
Wenn man etwas umbaut kann man auch es verschicken mit einem zusatz ...von www.formmailer.com
man ergänzt den code ... und bekommt die mail von denen dann zugeschickt ..
gruß
Seven
Bevor du hier Fragen stellst, lese alle Dokumentationen und klicke die folgenden Links um mehr zu erfahren
WMW Forensuche,
WMW F.A.Q. und/oder
Allgemeine suche
WMW Forensuche,
WMW F.A.Q. und/oder
Allgemeine suche
Ähnliche Themen
-
PHP »-
wincode frage ..
(12. November 2006, 22:56)
-
PHP »-
Suche Mail Script!
(21. Mai 2003, 18:51)
-
PHP »-
Anmeldeformular abändern
(16. Mai 2003, 09:29)
-
PHP »-
geht das???
(26. März 2003, 17:30)
-
PHP »-
Brauche Hilfe mit E-Mail Formular
(9. März 2003, 14:12)


