<%@ Language=VBScript %> Open Space India contact
 
 
 
     
 
     
     

Contact OpenSpace at
Address:
B - 301, 2nd Floor, Kanchanjunga Bldg, Kanchan Lane, Off Law College Road, Near Krishna Dining Hall, Pune 411 004

Phone: 91-20-2545 7371

Email: Ujwala at ujwalasam@gmail.com

Web: Feedback Form

We welcome your comments. You can contact OpenSpace by filling out the form below:


 
 
<% If Len(Request.Form("txtEmail")) > 0 then Dim objCDO Set objCDO = Server.CreateObject("CDONTS.NewMail") objCDO.To = "openspace@eth.net" objCDO.From = Request.Form("txtEmail") objCDO.cc = "vijaysn@yahoo.com, renu@openspaceindia.org" Dim txtSubject txtSubject = "Request for Information from VA Website:

" txtSubject = txtSubject & "Name:" & Request.Form("txtName") & "
" txtSubject = txtSubject & "Company:" & Request.Form("txtAddress") & "
" txtSubject = txtSubject & "Telephone No.:" & Request.Form("txtTel") & "
" txtSubject = txtSubject & "Email:" & Request.Form("txtEmail") & "
" txtSubject = txtSubject & "Message:" & Request.Form("txtDetails") & "
" objCDO.Subject = "VA Website INFORMATION" objCDO.Body = txtSubject objCDO.BodyFormat = 0 objCDO.MailFormat = 0 objCDO.Importance = 2 'High importance! objCDO.Send Response.write(" Your request has been submitted. You will hear from us soon

") set objMail = nothing Else %>

Name:
E-mail:
Message:
   
 
   
<% End If %>