Mailing Address
Howard Industries
6400 Howard Drive
Fairview, Pennsylvania 16415
Telephone
(814) 833-7000
(800) 458-0591
(814) 838-0011 Fax
<% if session("id") <> "" then %>
<% sql = "select * from customer where id = " & session("id")
set conn=server.createobject("adodb.connection")
conn.open strConnect
set rs=conn.execute(sql)
%>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
<% else %>
<% end if %>