<% PageHeader "Contact Us", "contactus" %>
<% Set rs = Server.CreateObject("ADODB.Recordset") rs.Source = "SELECT * FROM Contacts Order By OrderNum" rs.ActiveConnection = "DBQ=" & Server.MapPath("contact.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25" rs.CursorType = adOpenStatic rs.Open do until rs.eof %> <% rs.movenext loop %>
AGM Steel Industries
<% if not rs.Fields("Caption") = "" then %><%=rs.fields("Caption")%>
<% end if if not rs.Fields("Line1") = "" then %><%=rs.fields("Line1")%>
<% end if if not rs.Fields("Line2") = "" then %><%=rs.fields("Line2")%>
<% end if if not rs.Fields("Line3") = "" then %><%=rs.fields("Line3")%>
<% end if if not rs.Fields("Line4") = "" then %><%=rs.fields("Line4")%>
<% end if if not rs.fields("Email") = "" then %>">Email
<% end if %>
 
<% PageFooter %>