<% grp_id = request("grp_id") %>

" width="433" height="30">
:: Specification Download ::
 
<% qryBand = "select * from bands where grp_id = "& grp_id &"" set rsBand = conn.execute(qryBand) do while not rsBand.eof %> <% qrySDL = "select * from products where band_id = "& rsBand("band_id") &"" set rsSDL = conn.execute(qrySDL) do while not rsSDL.eof if len(rsSDL("prod_specName")) > 0 then %> <% end if rsSDL.movenext:loop set rsSDL = nothing %>
<%=rsBand("band_name")%>
   
" target="_blank"> <%=rsSDL("prod_specName")%>
   
<% rsBand.movenext:loop set rsBand = nothing %>