Hallo
Ich bin ganz neu hier und auch neu im programmieren, aber es macht Spass!
Ich wollte ein Bestellformular für meine Homepage einrichten, das aber nicht funktioniert... :( Bei mir passiert gar nichts, bei meiner Schwester öffnet sich der Outlook, beides wird nicht gewünscht!
Hier mal der Code:
<form action="mailto:[email protected]?subject=AERIN & TIM"
method="post" enctype="text/plain">
<table style="background-color: rgb(204, 204, 204);" cellspacing="10">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="text-align: center; vertical-align: top; background-color: rgb(218, 238, 243);"><font
color="#948a54" face="Californian FB" size="+1">name<br>
<br>
email<br>
<br>
number<br>
<br>
<br>
wishes<br>
</font></td>
<td style="background-color: rgb(218, 238, 243);"><input
style="font-family: Californian FB; font-size: 16px;" name="name"
value="please enter name" size="49" onfocus="value=''"><br>
<br>
<input style="font-family: Californian FB; font-size: 16px;"
name="email" value="please enter email" size="49" onfocus="value=''"
maxlength="100"><br>
<br>
<input style="font-family: Californian FB; font-size: 16px;"
name="number" value="please enter number of keychain" size="49"
maxlength="100" onfocus="value=''"><br>
<br>
<br>
<textarea style="font-family: Californian FB; font-size: 16px;"
name="wishes" rows="10" cols="46" onfocus="value=''">please enter any
wishes </textarea><br>
</td>
</tr>
<tr>
<td colspan="2" rowspan="1" style="text-align: center;"><input
value="submit"
style="color: rgb(255, 255, 255); font-family: Californian FB; font-size: 16px; background-color: rgb(148, 138, 84);"
type="submit"> </td>
</tr>
</tbody>
</table>
</form>
Für Hilfe bin ich echt dankbar!!!
Liebe Grüsse aerin
Ich bin ganz neu hier und auch neu im programmieren, aber es macht Spass!
Ich wollte ein Bestellformular für meine Homepage einrichten, das aber nicht funktioniert... :( Bei mir passiert gar nichts, bei meiner Schwester öffnet sich der Outlook, beides wird nicht gewünscht!
Hier mal der Code:
<form action="mailto:[email protected]?subject=AERIN & TIM"
method="post" enctype="text/plain">
<table style="background-color: rgb(204, 204, 204);" cellspacing="10">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="text-align: center; vertical-align: top; background-color: rgb(218, 238, 243);"><font
color="#948a54" face="Californian FB" size="+1">name<br>
<br>
email<br>
<br>
number<br>
<br>
<br>
wishes<br>
</font></td>
<td style="background-color: rgb(218, 238, 243);"><input
style="font-family: Californian FB; font-size: 16px;" name="name"
value="please enter name" size="49" onfocus="value=''"><br>
<br>
<input style="font-family: Californian FB; font-size: 16px;"
name="email" value="please enter email" size="49" onfocus="value=''"
maxlength="100"><br>
<br>
<input style="font-family: Californian FB; font-size: 16px;"
name="number" value="please enter number of keychain" size="49"
maxlength="100" onfocus="value=''"><br>
<br>
<br>
<textarea style="font-family: Californian FB; font-size: 16px;"
name="wishes" rows="10" cols="46" onfocus="value=''">please enter any
wishes </textarea><br>
</td>
</tr>
<tr>
<td colspan="2" rowspan="1" style="text-align: center;"><input
value="submit"
style="color: rgb(255, 255, 255); font-family: Californian FB; font-size: 16px; background-color: rgb(148, 138, 84);"
type="submit"> </td>
</tr>
</tbody>
</table>
</form>
Für Hilfe bin ich echt dankbar!!!
Liebe Grüsse aerin