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 Scientific & Decorative Glassware fabrication industry in the country.
<%dim rs
uid=request.Form("txtuname")
pwd=request.Form("txtpwd")
set rs=server.CreateObject("Adodb.recordset")
strsql="select * from client_login where login_id='"&uid&"' and password='"&pwd&"'"
rs.open strSql,conn,2,2
if rs.eof=false then
session("username")=uid
response.Redirect("http://www.borosil.com/vwr.asp")
' response.Redirect("http://localhost/finaltest/vwr.asp")
else
%>