%
dispForm = 1
if request("isThanks")<>"" then
dispForm = 0
end if
if request("doSend")<>"" then
nom = request("nom")
prenom = request("prenom")
email = request("email")
tel = request("tel")
mailTo = "info@altitalia.com"
mailFrom = "info@altitalia.com"
mailPriority = 1
mailSubject = "Altitalia : Newsletter's subscription"
mailFormat = 1
msgText = "Information sur le client"&vbCrLf
msgText = msgText& "Prénom : "& prenom & vbCrLf
msgText = msgText& "Nom : "& nom & vbCrLf
msgText = msgText& "Email : "& email & vbCrLf
msgText = msgText& "Tél : "& tel & vbCrLf
call sendMail(mailFrom,mailTo,mailSubject,msgText,mailPriority,mailFormat)
response.redirect "newsletter.asp?isThanks=1"
end if
%>
Altitalia Real Estate
|
|
|

|
|
|

Altitalia
To receive information
<%if dispForm=0 then%>
Thank you, your subscription has been validated.
<%else%>
<%end if%>
|
|
 |
 |
| If you wish to receive information, please complete the form on the fet. |
|
|
|
|
 |
|
 |
|
|
|