<% if request.Form("action") = "send" Then dim mail as new System.Web.Mail.mailMessage mail.From = "info@mill-creek.net" mail.To = "christina@countreewiderealty.com" mail.Subject = "Customer Request from Web site" mail.Body = "Name: " & Request.Form("Name") & VBcrlf & "Day Phone: " & Request.Form("Day") & VBcrlf & "Evening Phone: " & Request.Form("Eve") & VBcrlf & "E-mail: " & Request.Form("Email") & VBcrlf & "Message: " & VBcrlf & Request.Form("Message") System.Web.Mail.smtpmail.smtpserver= "mail.penguix.net" System.Web.Mail.SmtpMail.Send(mail) End If %> <% If request.form("action") = "send" then %> Mill Creek: CounTreeWide Realty
   
        

Thank you!
..........................................................
Your message has been received.  Someone will be contacting you soon by phone or e-mail.  Please be sure to check your e-mail for response messages to your request.

Regards,

CounTreeWide Realty
..........................................................

  

copyright 2003, CounTreeWide Realty, Inc.

    
  e: sales@countreewiderealty.com 
 
  p: 941-746-1460
 
  a: MILL CREEK
13225 SR 64 East
Bradenton, FL  34212
   



another Web site by www.4penny.net

<% Else %> Mill Creek: CounTreeWide Realty
   
        

Contact Us
..........................................................
Name:
Day Phone:
Eve. Phone:
E-mail:
 
Message
..........................................................

  

copyright 2003, CounTreeWide Realty, Inc.

    
  e: sales@countreewiderealty.com 
 
  p: 941-746-1460
 
  a: MILL CREEK
13225 SR 64 East
Bradenton, FL  34212
   



another Web site by www.4penny.net

<% End If %>