These trays are mechanically strong, chemically resistant and will withstand repeated hot air or steam sterilization. They are also useful for paper chromatography. The dimensions indicated are approximate and represents inside length X width X height in millimeter.
<%
dim rs
set rs=server.CreateObject("Adodb.recordset")
'strSql="select distinct(catalog_no) as cno, from beakers"
strsql="select * from Trays_desc"
table="Drying_Trays"
rs.open strSql,conn,2,2
%>
<%
do until rs.eof
item_name=rs.fields("catalog_no")+ " - Dryings Trays"
%>
<%Set rsc = Server.CreateObject("ADODB.Recordset")
strsql="select * from Laboratory_ware order by category"
rsc.Open strSql, conn
do until rsc.EOF
nlink=rsc("category")+".asp"
%>