<%=(CMSPage.Fields.Item("CMSPageDescrip").Value)%><%=(CMSPage.Fields.Item("CMSPageContent").Value)%> <% Dim StoreGroupProducts Dim StoreGroupProducts_numRows Set StoreGroupProducts = Server.CreateObject("ADODB.Recordset") StoreGroupProducts.ActiveConnection = MM_ames_STRING StoreGroupProducts.Source = "SELECT * FROM dbo.StoreProducts WHERE CategoryID = '"&Request("CatID")&"' AND ParentID = '0' AND ProductStatus='A' ORDER BY ProductID DESC" StoreGroupProducts.CursorType = 0 StoreGroupProducts.CursorLocation = 2 StoreGroupProducts.LockType = 1 StoreGroupProducts.Open() StoreGroupProducts_numRows = 0 %> <% Dim RepeatStoreGroupProducts__numRows Dim RepeatStoreGroupProducts__index RepeatStoreGroupProducts__numRows = 10 RepeatStoreGroupProducts__index = 0 StoreGroupProducts_numRows = StoreGroupProducts_numRows + RepeatStoreGroupProducts__numRows %> <% If NOT StoreGroupProducts.EOF then %>ACE Publications
<% End If %>
<%
While ((RepeatStoreGroupProducts__numRows <> 0) AND (NOT StoreGroupProducts.EOF))
%>
<% If StoreGroupProducts.Fields.Item("AlternLinkStatus").Value = 1 then %>" TARGET="<%=(StoreGroupProducts.Fields.Item("AlternTarget").Value)%>"><% End If %> <% If StoreGroupProducts.Fields.Item("AlternLinkStatus").Value = 1 then %>" TARGET="<%=(StoreGroupProducts.Fields.Item("AlternTarget").Value)%>"><% End If %>View Publication<% If StoreGroupProducts.Fields.Item("AlternLinkStatus").Value = 1 then %><% End If %> |
<%=(CMSPage.Fields.Item("CMSSideContents").Value)%> |
