% If Request.Form.Count > 0 Then For I = 1 to Request.Form.Count Body = Body & Request.Form.Key(I) & " " _ & Request.Form.Item(I) & vbCRLF Next '*** send email notice Set Mailer = Server.CreateObject("SMTPsvg.Mailer") Mailer.RemoteHost = "mail.antiquehavenplus.com" Mailer.FromName = "Antiques" Mailer.FromAddress = "info@antiquehavenplus.com" Mailer.AddRecipient "Antiques", "info@antiquehavenplus.com" Mailer.Subject = "ANTIQUE HAVEN PLUS QUESTION FROM SITE" Mailer.BodyText = Body Mailer.SendMail Set Mailer = Nothing Response.Redirect "thankyou.htm" End If %>
|
|||||||
|
|||||||
|
© All information
and images contained within this site is copyrighted by Antique
Haven Plus. |