<%@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"); } %> DC Communications

 

To Contact Dave Cohen Fill Out the Form Below.

* Required Fields

Name: *
Address:
City:
State:
Zip Code:
E-Mail: *
Phone: *

 

Select all services that apply to your needs.

Voice Over
Television
Commercials
Promos
Motion Picture
Coaching
Sportscasting

 

Feel free to ask specific questions.

 

 

This site and all contents ©Copyright 2006, DC Communications. Reproduction in any form
violates Federal copyright laws and violators will be prosecuted to the fullest extent of the law.

Site designed and maintained by Visual Media Pro.