%@LANGUAGE="JAVASCRIPT"%> <% if (Request.QueryString("flag")=="ok"){ var objCDO = Server.CreateObject("CDONTS.NewMail"); objCDO.From = "dave@davecohen.net"; objCDO.To = Request.QueryString("Email"); objCDO.bcc = "dave@davecohen.net"; objCDO.Subject = "Contact - Dave Cohen" //Build the message body. var body = "Thank you for contacting Dave Cohen! \n\n"; body +="Dave will contact you as soon as possible:\n"; body += Request.QueryString("Name") + "\n"; body += "Address: " + Request.QueryString("Address") + "\n"; body += "City: " + Request.QueryString("City") + "\n"; body += "State: " + Request.QueryString("State") + "\n"; body += "Zip: " + Request.QueryString("Zip") + "\n"; body += "E-mail: " + Request.QueryString("Email") + "\n"; body += "Phone: " + Request.QueryString("Phone") + "\n\n"; body += "Service: " + Request.QueryString("Service") + "\n\n"; body += "Comments: " + Request.QueryString("Comments") + "\n\n"; body +="Thanks for visiting www.davecohen.net, please come back soon!"; objCDO.Body = body; objCDO.Send(); objCDO = null; Response.Redirect("http://www.visualmediapro.com/davecohen/thankyou.html"); } %>
![]() |
![]() |
||||||||||||
![]() |
|||||||||||||
|
|
||||||||||||
|
|
|||||||||||||
|
|
|||||||||||||
|
|
|
|
|||||||||||
|
This site and all contents ©Copyright 2006, DC Communications. Reproduction in any form Site designed and maintained by Visual Media Pro. |
|||||||||||||