<%@LANGUAGE="VBSCRIPT"%> <% pageID = 18 Call GetPageInfo(pageID) Call GetRecords("rsCategoriesLive","","pageID",pageID,"rsCategories") %> Chichester Harbour Education

Image Gallery

Gallery Categories

<%=pageText%> <% If Not rsCategories.EOF Or Not rsCategories.BOF Then %>
    <% categoryID_old = "" While (NOT rsCategories.EOF) categoryID = rsCategories("categoryID") If (categoryID <> categoryID_old) Then %>
  • <%=rsCategories("categoryTitle")%>
  • <% End If categoryID_old = categoryID rsCategories.MoveNext() Wend %>
<% Else %>

There are currently no gallery items to view. Please try again at a later date.

<% End If ' end Not rsCategories.EOF Or NOT rsCategories.BOF %>

We are always keen to expand our photo collection, so do contact us if you have any particularly good images.


Chichester Harbour Conservancy Education
Harbour Office, Itchenor, Chichester, PO20 7AW.   Tel: 01243 512 301
<% Call CloseRecordSet("rsCategories") %>