<% 'WRITTEN BY BOB MCKAY, FRESHMANGO.COM - USE AS YOU WISH BUT PLEASE LEAVE THIS IN CODE 'IF request("verificationCode") <> "" AND request("verificationCode") = session("verificationCode") THEN 'THE CODE HERE SENDS AN EMAIL USING CDONTS, THIS HAS BEEN SUPERSEEDED BY CDOSYS ON WINDOWS 2003 ' Set myEmailObject = Server.CreateObject("CDONTS.NewMail") ' myEmailObject.To = "webmaster@suspectplayers.com" ' myEmailObject.From = request("yourEmail") ' myEmailObject.Subject = "Message from Contact Form" ' myEmailObject.Body = request("message") ' myEmailObject.Send ' Set myEmailObject = Nothing ' Response.Write("

Thank you

") ' Response.Write("

Thanks for your message, I'll respond as quickly as possible.

") ' session("verificationCode") = "" 'ELSE %>
Contact Us

Thank you for visiting our Web site. Please fill out the following form to request information about our services or to provide feedback about our site. When you are finished, click the 'Submit' button to send us your message. You will see a confirmation below.
  Who would you like to receive this correspondence?
*Select Recipient:  
  Personal Information
*First Name:  
*Last Name:  
Address:  
Address Line 2:  
City:  
State:  
Zip+4:  
Phone:  
Fax:  
*Email:  
 

* Subject:

 
 
 
<% 'END IF %>