<% name=request("name") desig=request("desig") company=request("company") product=request("product") address=request("address") city=request("city") state=request("state") zip=request("zip") phone=request("phone") fax=request("fax") email=request("email") website=request("website") turn=request("turn") comment=request("comment") if name<>"" then dim mymail set mymail=server.CreateObject("cdonts.newmail") mymail.From=email mymail.To="sales@powerpro.co.in" mymail.Subject="Sales/Product Enquiry" str = name&" "& desig&" "&company&" "& product&" "&address&" "&city&" "&state&" "&zip&" "&phone&" " &fax&" "&email&" "&website&" "&turn&" "&comment&"" mymail.Body=str mymail.Send Response.redirect "thanks.htm" set mymail=nothing else %>
Contact Us
Home
About Us
Background
Services
Product
Overview
Modules
Features
PDF-Broucher
Support
Partnering
FAQ
* NAME
DESIGNATION
*COMPANY
ADDRESS
* CITY
* STATE
ZIP
* PHONE
FAX
* EMAIL
WEBSITE
TURNOVER
* COMMENTS
We want to hear from you
If you experience any difficulty in submitting this form, try one of the following
Send an email message at :-
sales@powerpro.co.in
Call our Sales Department at :-
Phone: 91-124-5017747
* marked fields are mandatory
Copyright © Visesh Infotecnics Ltd. 2003-2004
<% end if %>