<% if InStr(Ucase(rs("Image1")),".JPG") <> 0 then %>
"> " border="1" width="50" height="38">
<%
else %>
<%
end if %>
|
">
<%=rs("Manufacturer")%> <%=rs("Model")%>
|
<%=rs("Addl_Description")%>
|
<% if rs("Price")=0 then %>** Call **<% end if %>
<% if rs("Price")>0 then %><%=Server.HTMLEncode(formatcurrency(rs("Price")))%><% end if %>
|
<%
rs.movenext
loop
rs.close
set rs=nothing
conn.close
set conn=nothing
%>