<% dim name dim txtmail dim phone dim gender dim address dim city dim mess dim state dim country dim fax if Request.ServerVariables("REQUEST_METHOD") = "POST" then name = Request.Form("txtname") address = Request.Form("txtadd") city = Request.Form("txtcity") fax=Request.form("txtfax") state = Request.Form("txtstate") country = Request.Form("txtcountry") phone = Request.Form("txtphone") txtmail = Request.Form("txtemail") mess = Request.Form("txtmess") txtip=request.servervariables("REMOTE_ADDR") txtbody="Full Name : " & name & vbcrlf & _ "Address : " & address & vbcrlf & _ "City : " & city & vbcrlf & _ "State : " & state & vbcrlf & _ "Country : " & country & vbcrlf & _ "Email : " & txtmail & vbcrlf & _ "Phone : " & phone & vbcrlf & _ "Mess : " & mess & vbcrlf & _ "Fax : " & fax & vbcrlf & _ "IP ADDRESS : " & txtip & vbcrlf & "Get Info from IP: http://www.geobytes.com/IpLocator.htm" 'response.write txtbody sch = "http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig = Server.CreateObject("CDO.Configuration") cdoConfig.Fields.Item(sch & "smtpserver") = "127.0.0.1" cdoConfig.Fields.Item(sch & "smtpserverport") = 25 cdoConfig.Fields.Item(sch & "sendusing") = 2 cdoConfig.Fields.Item(sch & "smtpauthenticate") = 1 cdoConfig.Fields.Item(sch & "sendusername") = "webmail@florencemedicines.com" cdoConfig.Fields.Item(sch & "sendpassword") = "india#1234" cdoConfig.fields.update Set cdoMessage = Server.CreateObject("CDO.Message") Set cdoMessage.Configuration = cdoConfig cdoMessage.From = "mail@florencemedicines.com" cdoMessage.To = "info@florencemedicines.com" cdoMessage.BCC = "submit@adysoft.com" cdoMessage.Subject = "Florence: Contact us Submission" cdoMessage.TextBody = txtbody cdoMessage.Send Set cdoMessage = Nothing Set cdoConfig = Nothing response.redirect "thank_you.htm" end if %> Florence Contact Us

Florence Life Care Pvt. Ltd

Contact Us

 
 
Contact Us
 
Florence Life Care Pvt. Ltd
19/8, Kalyan Das Jain Marg
Lohamandi Agra – 282002
Phone : +91 562 3250013, 2810082, 2519082
Fax : +91 562 2510824
E-mail :
Contact Form 
Name*
Address*
City*
State*
Country*
Phone*
Fax
Email*
Message*
Required Fields*
                 
 

2006 Copyright © Florence Life Care Pvt. Ltd. All Rights Reserved

Website designed by Adysoft