Our Address:
8403 16th Street Suite 105
Silver Spring, MD 20910
Please fill out this contactform completely.
<% Response.buffer="true" %>
<%
'response.write Request.Cookies("UserSubject")
'response.end
'// You may want to move this code to another part of your own application and do the testing there.
If Len(Request.Form("CaptchaBox")) > 0 Then
If UCase(Request.Form("CaptchaBox")) = UCase(Session("CAPTCHA")) Then
m_sUserResult = "
You typed " & Request.Form("CaptchaBox") & " which was correct, the form has been submitted! | "
Dim msg, UserSubject
Session("FullName") = request.form("Name")
If request.form("Email") <> "" Then
'IF Session("PackageType") = A THEN
'Session("Price") = "147"
'ELSE IF Session("PackageType") = B THEN
'response.write("Plan B")
'response.end
'Session("Price") = "127"
'ELSE IF Session("PackageType") = C THEN
'Session("Price") = "97"
'END IF
'END IF
'END IF
Set msg = Server.CreateObject("SMTPsvg.Mailer")
msg.FromName = Request.Form("Name")
msg.FromAddress = "orders@careersearchagents.com"
msg.Subject = "CareerSearchAgents.com Question/Comment"
msg.ReplyTo = Request.Form("Email")
msg.RemoteHost = "smtp.1and1.com"
msg.AddRecipient Request.Form("Name") , "modelpages00@aim.com"
msg.AddRecipient Request.Form("Name") , Request.Form("Email")
msg.BodyText = "Question/Comment >> " & vbCrLf & vbCrLf
msg.BodyText = "Submitter's Name: " & Request.Form("Name") & vbCrLf
msg.BodyText = "Submitter's Email Address: " & Request.Form("Email") & vbCrLf
' msg.BodyText = "Client's Address + Zip: " & Request.Form("AddressZip") & vbCrLf
msg.BodyText = "Submitter's Inquiry: " & Request.Form("Inquiry") & vbCrLf
'strRes = Request.Form("Resume")
'strTextResume = Replace(strRes, vbCrLf, "
")
'msg.BodyText = "Client's Text Resume: " & strRes & vbCrLf
'msg.BodyText = "Client's Special Instructions: " & Request.Form("Instructions") & vbCrLf
' msg.BodyText = vbCrLf & vbCrLf
if msg.SendMail then
' Response.Write "Mail sent..."
else
Response.Write "Mail send failure. Error was " & msg.Response
Response.End
end if
set msg = nothing
response.write("")
' response.redirect("pay.asp")
response.write("
| Your feedback or inquiry has been sent. | |
|