Request Information
Your Way: Home - Request Information
If you would like to receive further information regarding our business activities please fill out the form below.
We will be happy to get back to you as soon as possible.
<%
if len(request.form("Submit"))>0 then
msg="Informazioni:
"
msg=msg & "_________________________________________________" & request.form("Nome-Ragionesociale")
msg=msg & "_________________________________________________" & request.form("Cognome")
msg=msg & "_________________________________________________" & request.form("Email")
msg=msg & "_________________________________________________" & request.form("Azienda")
msg=msg & "_________________________________________________" & request.form("Oggetto")
msg=msg & "_________________________________________________" & request.form("Richiesta")
head="Da: www.multipartner.com "
'if($E_mail) $head.="<$E_mail>";
'mail('info@multipartner.com','Informazione'.$HTTP_HOST,$msg,$head);
'mail('artematika@gmail.com','Informazioni "multipartner"'.$HTTP_HOST,$msg,$head);
Set myMail=CreateObject("CDO.Message")
myMail.Subject=head
myMail.From="info@multipartner.com"
myMail.To=request.form("Email")
myMail.HTMLBody = msg
myMail.Send
set myMail=nothing
%>
Thank you for contacting us.
His request was forwarded.
You will be contacted by our staff as soon as possible.
Sincerely.

<%
else
%>
<% end if%>