Einzelnen Beitrag anzeigen
Alt 21.12.2006, 11:00   #1
idomeneo
Newbie
 
Registriert seit: 19.12.2006
Beiträge: 6


Standard Formmailer sendet Mail ohne Inhalt

Hallo liebe Leute!

Ich bin ja erst seit kurzem hier im Forum angemeldet, aber lesen tu ich schon länger heir. Tolles Forum mit vielen "gscheiten" Leuten.

Ich hoffe es kann mir hier jemand helfen.
Folgendes Problem:

Ich habe eine webseite mit einem formularfeld ausgestattet. Als mailer scriot nutze ich formmail.asp. Alles funzt soweit super, nur die email werden ohne Inhalt an mich gesendet. Ich sehe nur die eingegebene E-mail des Absenders. Ich poste hier mal einen Teil des Seitencodes. (doaminnamen durch xxx erstzt)
herzlichen Dank.


<center>
<TABLE BORDER="0" cellpadding="0" cellspacing="0" width="100%"><TR><TD>

<form method=POST action="http://www.xxx.at/cgi-bin/formmail.asp" target="_top">
<INPUT TYPE="HIDDEN" NAME="recipient" VALUE="ich@xxx.at">
<INPUT TYPE="HIDDEN" NAME="subject" VALUE="WebSite Contact">
<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://www.xxx.at/thanks.htm">
<INPUT TYPE="HIDDEN" NAME="required" VALUE="email,email_best,name">
<input type=hidden name="sort" value=",name,telefon,firma,email,kommentar">



<TABLE BORDER="0" cellpadding="1" cellspacing="0" width="100%" class="contact-text"><TR><TD>


Name:

</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="name" SIZE="30" CLASS="shadeform">



</TD></TR><TR>
<TD>Firma:

</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="firma" SIZE="30" CLASS="shadeform">


</TD></TR><TR>
<TD>Telefon:

</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="telefon" SIZE="30" CLASS="shadeform">

</TD></TR><TR><TD>

E-mail:

</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="email" SIZE="30" CLASS="shadeform">




E-mail noch einmal best&auml;tigen:

</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="email_best" SIZE="30" CLASS="shadeform">



</TD></TR><TR><TD>

Wie haben Sie uns gefunden
?

</TD></TR><TR><TD>
<select name="through" class="dropdown">
<option value="None selected" selected>Bitte wählen Sie aus ----&gt;</option>
<option value="AltaVista">AltaVista</option>
<option value="AOLFind">AOLFind</option>
<option value="Ask_Jeeves">Ask Jeeves</option>
<option value="Excite">Excite</option>
<option value="Google">Google</option>
<option value="Lycos">Lycos</option>
<option value="MSN">MSN</option>
<option value="Web_Crawler">Web Crawler</option>
<option value="yahoo">Yahoo</option>
<option value="Banner-Ad">Banner Werbung</option>
<option value="Friend">Freund</option>
<option value="website">Webseite</option>
<option value="News_Group">News Group</option>
<option value="Magazine Newspaper">Magazin/Zeitung</option>
<option value="other">Andere</option>
</select>





Kommentar/Fragen:


</TD></TR><TR><TD>

<TEXTAREA NAME="kommentar" ROWS="6" COLS="35" CLASS="textarea"></TEXTAREA>





<input type=submit value="senden">




</td></tr></table>


</FORM>


</td></tr></table>
</center>


















<center>
<TABLE BORDER="0" cellpadding="0" cellspacing="0" width="100%"><TR><TD>
<script language="JavaScript" src="phone.js"></script>
</td></tr></table>
</center>













</td></tr></table>


</td><td width="30">
<script language="JavaScript" type="text/javascript" src="pageheight.js"></script>
</td></tr></table>
idomeneo ist offline   Mit Zitat antworten