<% name=request("name") desig=request("desig") company=request("company") 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="partner@powerpro.co.in" mymail.Subject="Partnering Query" str=name&" "&desig&" "&company&" "& company2&" "&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 :-
partner@powerpro.co.in
Call our Sales Department at :-
Phone: +91-11-51514555
* marked fields are mandatory
Copyright © Visesh Infotecnics Ltd. 2003-2004
<% end if %>