<%@LANGUAGE="JAVASCRIPT"%> <% var CategoryRS = Server.CreateObject("ADODB.Recordset"); CategoryRS.ActiveConnection = MM_hp_STRING; CategoryRS.Source = "SELECT * FROM Category, Type WHERE CatTypeID = 1 AND TypeID = 1"; CategoryRS.CursorType = 0; CategoryRS.CursorLocation = 2; CategoryRS.LockType = 1; CategoryRS.Open(); var CategoryRS_numRows = 0; %> <% var SubRS = Server.CreateObject("ADODB.Recordset"); SubRS.ActiveConnection = MM_hp_STRING; SubRS.Source = "SELECT CatID, CatName FROM Category WHERE CatTypeID = 1"; SubRS.CursorType = 0; SubRS.CursorLocation = 2; SubRS.LockType = 1; SubRS.Open(); var SubRS_numRows = 0; %> <% var HLooper1__numRows = -4; var HLooper1__index = 0; CategoryRS_numRows += HLooper1__numRows; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; SubRS_numRows += Repeat1__numRows; %> Hyde Park Bathrooms & Kitchens
Home Bathroom Products <% while ((Repeat1__numRows-- != 0) && (!SubRS.EOF)) { %> " class="subnav"><%=(SubRS.Fields.Item("CatName").Value)%> <% Repeat1__index++; SubRS.MoveNext(); } %> Kitchen Products Portfolio & Testimonials Promotions Location About Us Contact Us
 

<%=(CategoryRS.Fields.Item("TypeHeading").Value)%>

 
 
<% var startrw=0; var endrw=HLooper1__index; var numberColumns=4; var numrows=-1; while((numrows-- !=0) && (!CategoryRS.EOF)) { startrw=endrw + 1; endrw = endrw + numberColumns; %> <% while ((startrw <= endrw) && (!CategoryRS.EOF)) { %> <% startrw = startrw+1; CategoryRS.MoveNext(); } %> <% }%>
">" alt="<%=(CategoryRS.Fields.Item("CatName").Value)%>" width="123" height="106" border="0" class="groupimg">
<%=(CategoryRS.Fields.Item("CatName").Value)%>
 
 
© Copyright 2007 Hyde Park Bathrooms & Kitchens
<% CategoryRS.Close(); %> <% SubRS.Close(); %>