<%@ Language = VBScript %> <% dim objMail dim strMailFrom, strSubject, strBody If Request.Form("cmdSubmit") <> "" then strMailFrom = Request.Form("txtMail") strSubject = "Inquiry from deviarchitects.com" strBody="" strBody = strBody & "" strBody = strBody & "" strBody = strBody & "" strBody = strBody & "" if request.form("txtState") <> "" then strBody = strBody & "" end if if request.form("txtCountry") <> "" then strBody = strBody & "" end if strBody = strBody & "" strBody = strBody & "" strBody=strBody & "
Name : " & Request.Form("txtName") & "
Address : " & Request.Form("txtAddress") & "
Phone : " & Request.Form("txtPhone") & "
City : " & Request.Form("txtCity") & "
State : " & Request.Form("txtState") & "
Country : " & Request.Form("txtCountry") & "
E-Mail : " & Request.Form("txtMail") & "
Information/Feedback : " & Request.Form("txtInfo") & "
" msg="Inquiry Sent Succesfully." Set objMail = Server.CreateObject("CDO.Configuration") dim objMessage dim objFields,objConfiguration Set objFields = objMail.Fields with objFields .Item(cdoSendUsingMethod) = cdoSendUsingPort .Item(cdoSMTPServerPort) = 25 .Item(cdoSMTPServer) = "207.106.22.47" .Update end with Set objMessage = CreateObject("CDO.Message") with objMessage Set .Configuration = objMail .From=strMailFrom .AutoGenerateTextBody = False .To="info@deviarchitects.com" .BCC="pranav@minfosystems.com" .Subject=strSubject .HTMLBody = strBody .Send end with Set objMessage = Nothing End if %> Architect Company Ahmedabad, Architecture Design Ahmedabad, Offshore Outsourcing Ahmedabad
INQUIRY
 

 
  Name *  
  Address *  
  Phone *  
  City *  
  State  
  Country  
  E-mail *  
  Information *
Required/ Feedback
 
       
 
 
 

 
Best Viewed on 800 X 600 Resolution