Vor einigen Tagen habe ich mal meinen Formmailer mal wieder ausprobiert, da ich eine Mail bekommen habe, dass er nicht wirklich funktioniert...
Wenn ein user über den Formmailer mir was schreiben möchte, öffnet sich sein Mailprogramm und er muss dem Text wieder neu eingeben...
Ich weiß, dass der noch vor einigen Wochen, oder Monaten richtig funktionierte...
Warum geht das nicht mehr?
Der Code von meinem Formmailer schaut wie folgt aus:
Code:
<form name="mailer" action="mailto:yve@abc-des-essens.de?subject=Anfrage/Information bzgl. Ihrer Webseite" enctype="text/plain" method="POST">
<p> </p>
<table width="315" bgcolor="#e6e6e6" cellpadding="0" cellspacing="0" style="border:solid 1px black" >
<tr>
<td width="313"><table width="313" border="0" cellpadding="3" cellspacing="1" >
<tr bgcolor="#E7E8EC">
<td height="30" colspan="2" align="center" >Nehmen Sie Kontakt mit mir auf... </td>
</tr>
<tr>
<td width="85" bgcolor="#E7E8EC" ><span class="Stil4">Vorname</span></td >
<td width="213" bgcolor="#E7E8EC" ><input type="text" name="vorname" size="34" maxlength="70" ></td>
</tr>
<tr >
<td width="85" bgcolor="#E7E8EC" ><span class="Stil4">Name</span></td>
<td width="213" bgcolor="#E7E8EC" ><input type="text" name="name" size="34" maxlength="70" ></td>
</tr>
<td width="85" bgcolor="#E7E8EC" ><span class="Stil4">Email</span></td>
<td width="213" bgcolor="#E7E8EC" ><input type="text" name="email" size="34" maxlength="70" ></td>
</tr>
<tr>
<td bgcolor="#E7E8EC" ><span class="Stil4">Nachricht</span></td>
<td bgcolor="#E7E8EC" ><textarea name="nachricht" cols="30" rows="5"></textarea>
</td>
</tr>
<tr bgcolor="#E7E8EC">
<td height="30" colspan="2" align="center" ><input name="reset" type="reset" class="res" onclick="return confirm ('Wollen Sie wirklich alle bisherigen Eingaben loeschen?')" onMouseOver="this.style.backgroundColor='#F5F5F5'" onMouseOut="this.style.backgroundColor='#E7E8EC';" value="Zurücksetzen" width="120"; >
<input name="submit" type="submit" class="sub"onMouseOver="this.style.backgroundColor='#F5F5F5'" onMouseOut="this.style.backgroundColor='#E7E8EC';" value="Absenden" width="120" >
</td>
</tr>
</table></td>
</tr>
</table>
</form>
Ich weiß nicht, woran das liegen kann, dass es nicht mehr funktioniert, wie es eigentlich mal funktionierte
Ich hoffe, mir kann jemand weiter helfen, danke und Gruß yve