BOROSIL® is the only manufacturer in India producing Specialty Glass and Glassware. The company melts its own low expansion, heat resistant, chemically durable borosilicate glass.
The Products manufactured from this glass include Scientific and Laboratory ware, Industrial ware including Process systems, Lighting ware, Pharmaceutical ware and Consumer ware. It is the only indigenous manufacturer and supplier of raw materials required for the glassware fabrication industry in the country.
<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "provider=microsoft.jet.oledb.4.0;data source=" & server.MapPath("borosil.mdb")
set rs=server.CreateObject("Adodb.Recordset")
if session("email_count")="" then
rs.open "Count_emails",conn,2,2
session("email_count")=rs.Fields(0)
session("email_count")=session("email_count")+1
rs.Close
set rs=nothing
sql="Update Count_emails set email_no='"& session("email_count") &"'"
set rs=conn.Execute(sql)
conn.Close
end if
%>
<%
if Request.Form ("country")="India" and Request.Form("Category")<>"Consumer Ware" then
' Response.Write "Rajesh Wasudeo "
strto="rajesh@borosil.com,science@borosil.com"
elseif Request.Form ("country")="India" and Request.Form("Category")="Consumer Ware" then
' Response.Write "Rituraj sharma "
strto="sharmarituraj@borosil.com,consumerware@borosil.com"
elseif Request.Form("country") <> "India" then
' Response.Write "Mohan "
strto="mohankrishnan90@yahoo.com,eximbor@borosil.com"
end if
'Response.Write strto & " "
%>
<%
Dim myMail
Dim HTML
Set myMail = CreateObject("CDONTS.NewMail")
HTML = ""
HTML = HTML & ""
HTML = HTML & ""
HTML = HTML & ""
HTML = HTML & ""
HTML = HTML & "BOROSIL Glass Works Ltd."
HTML = HTML & ""
HTML = HTML & ""
HTML = HTML & "
"
HTML = HTML & "
"
HTML = HTML & "Email Tracking ID :- BGWL-" & session("email_count") & "
"
HTML = HTML & "
"
HTML = HTML & "Contact Us Form details are as follows :-
"
HTML = HTML & ""
HTML = HTML & ""
myMail.From=Request.Form("email")
myMail.To=strto
myMail.Cc="samiksha.kshirsagar@borosil.com"
myMail.Subject="www.borosil.com - Enquiry - Contact Us Form "
myMail.BodyFormat=0
myMail.MailFormat=0
myMail.Body=HTML
myMail.Send
set mymail=nothing
' Response.Write "Message Sent"
%>
Your details has been successfully sent.
BOROSIL® Customer Service Representative will respond to your reply in a timely manner.