%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <%dim title title="Zion King Gallery" dim image_group %> <% call qry_select_group(conn_gallery, rs_gallery, "zion_gallery", "image_group, order_num", "", "image_group, order_num", "order_num, image_group", "fast") %>
|
<%Do While NOT rs_gallery.EOF
image_group = rs_gallery.fields("image_group")%>
<%=image_group%> <%rs_gallery.MoveNext Loop%> |