Show Cart | Empty Cart
Add to Cart
   
 
 
 

Item code BHURJ-TENT added to the cart.

Back
 
 
 
   
 
 
 Site is developed & hosted by Technosoft  
© 2006 by Marwar Exports All Rights Reserved 
<% dim strBody strBody="" & _ "" & _ "" & _ "" & _ "
" & _ "" & _ "" & _ "" & _ "" & _ "
" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "
" & _ "MAIL FROM Marwar Exports.com
Name:" & Request.form("Name") & "
Designation:" & Request.form("designation") & "
Company:" & Request.form("Company") & "
Address:" & Request.form("Address") & "
City/State:" & Request.form("city/state") & "
Country:" & Request.form("Country") & "
Phone No." & _ ":" & Request.form("Phone") & "
Fax No." & _ ":" & Request.form("fax") & "
e-Mail:" & Request.form("E-mail") & "
Web Site:" & Request.form("website") & "
Comments" & Request.form("Comments") & "
" & _ ""& _ "" dim cdoConfig, cdoMessage , sFrom , sTo ,sSubject sFrom = Request.form("E-mail") sTo = "info@marwarexports.com" 'response.Write(strbody) 'response.write(sTo) 'sTo = "support@technosoftonline.com" sSubject = "Query From Web Site" sch = "http://schemas.microsoft.com/cdo/configuration/" '*****Please don't edit this line.***** set cdoConfig = Server.CreateObject("CDO.Configuration") cdoConfig.Fields.Item(sch & "sendusing") = 2 cdoConfig.Fields.Item(sch & "smtpserver") = "localhost" cdoConfig.fields.update set cdoMessage = Server.CreateObject("CDO.Message") set cdoMessage.Configuration = cdoConfig cdoMessage.From =sFrom cdoMessage.To = sTo cdoMessage.Subject = sSubject cdoMessage.HTMLBody =strBody '***** If you want to send mail as a HTML page ***** 'cdoMessage.TextBody ="Test Message" '***** If you want to send mail as a Text page ***** '***** Please choose one of the option from HTMLBody and TextBody as per your requirement. On Error Resume Next cdoMessage.Send if Err then sMailConfirm="Sorry! Unable to Send." Set cdoMessage = Nothing Set cdoConfig = Nothing %>