%
MSDSLinks = "-over"
sqltext = "SELECT * FROM MSDSLinks ORDER BY Link"
rs.open sqltext,conn,2,2
If not rs.bof then
Do While not rs.eof
Links = Links & "" & rs("header") & "
"
rs.MoveNext
Loop
end if
rs.close
%>
<%select case request("refpage")%>
<%case "lubricants"%>
<%case else%>
<%end select%>
| MSDS Links | |
What is a MSDS Sheet? A Material Safety Data Sheet is critical tool for every company handling lubricants. It provides information regarding first aid, storage, handling, chemical makeup, disposal, and other important product information. Using the links below you can select the appropriate product MSDS sheet. To select the appropriate product click here to view the MSDS sheet.
<%= Links %>