R
Raymond SCHMIT
Hello everybody,
On an outing site, there is a FORM used to ask to receive a
login/password for accessing to the "co-voiturage" (car-sharing) part
of the site.
After entering data in the form's zones, clicking the "Envoi" button
will sent transparently a mail containing the request with all the
form's zones in the mail. (two people saying that)
Using my pc, i got only an opened mail ready to be sent, but with only
the mail-adress filled. If i sent this mail, i will sent an empty mail
without any subject. So, this is not "tranparent" and the mail is not
filled with the usefull values from the filled FORM.
How is that possible that the FORM work for 2 persons, and not for me
?
Hereafter is an extract of the html page(i have changed the
mail-adress for "not sending mail to the webmaster )
(Say me if you need the complete html page.)
<FORM ACTION="mailto:[email protected]" METHOD=POST name=forme
enctype="text/plain">
<P><FONT FACE="Comic Sans MS"><INPUT TYPE=text NAME=Nom
VALUE="Accès au co-voiturage" SIZE=25></FONT></P>
<P><FONT FACE="Comic Sans MS">Nom
<INPUT TYPE=text NAME=Nom VALUE="" SIZE=30></FONT></P>
<P><FONT FACE="Comic Sans MS">Prénom
<INPUT TYPE=text NAME=Prenom VALUE="" SIZE=30></FONT></P>
<P><FONT FACE="Comic Sans MS">E_mail
<INPUT TYPE=text NAME=email VALUE="" SIZE=50></FONT></P>
<P><FONT FACE="Comic Sans MS">Ville
<INPUT TYPE=text NAME=ville VALUE="" SIZE=30></FONT></P>
<DL>
<DD><CENTER><INPUT TYPE=button NAME=Envoi VALUE="Envoi"
onclick="verif();">
<INPUT TYPE=reset VALUE="Effacer"></CENTER></DD>
</DL>
</FORM>
On an outing site, there is a FORM used to ask to receive a
login/password for accessing to the "co-voiturage" (car-sharing) part
of the site.
After entering data in the form's zones, clicking the "Envoi" button
will sent transparently a mail containing the request with all the
form's zones in the mail. (two people saying that)
Using my pc, i got only an opened mail ready to be sent, but with only
the mail-adress filled. If i sent this mail, i will sent an empty mail
without any subject. So, this is not "tranparent" and the mail is not
filled with the usefull values from the filled FORM.
How is that possible that the FORM work for 2 persons, and not for me
?
Hereafter is an extract of the html page(i have changed the
mail-adress for "not sending mail to the webmaster )
(Say me if you need the complete html page.)
<FORM ACTION="mailto:[email protected]" METHOD=POST name=forme
enctype="text/plain">
<P><FONT FACE="Comic Sans MS"><INPUT TYPE=text NAME=Nom
VALUE="Accès au co-voiturage" SIZE=25></FONT></P>
<P><FONT FACE="Comic Sans MS">Nom
<INPUT TYPE=text NAME=Nom VALUE="" SIZE=30></FONT></P>
<P><FONT FACE="Comic Sans MS">Prénom
<INPUT TYPE=text NAME=Prenom VALUE="" SIZE=30></FONT></P>
<P><FONT FACE="Comic Sans MS">E_mail
<INPUT TYPE=text NAME=email VALUE="" SIZE=50></FONT></P>
<P><FONT FACE="Comic Sans MS">Ville
<INPUT TYPE=text NAME=ville VALUE="" SIZE=30></FONT></P>
<DL>
<DD><CENTER><INPUT TYPE=button NAME=Envoi VALUE="Envoi"
onclick="verif();">
<INPUT TYPE=reset VALUE="Effacer"></CENTER></DD>
</DL>
</FORM>