<%@LANGUAGE="VBSCRIPT"%> <% Call GetRecords("rsClientsLive","","","","rsClients") %> Kingfell :: Our Clients
Kingfell - Protecting Tomorrow
 

Our Clients

Kingfell’s clients are increasingly drawn from every sector of the market, although the company has unique experience of buildings with special needs – notably the mass transit and heritage sectors. The mass transit sector drives much of the country’s economic activity; it also has responsibility for the lives of millions of commuters. The heritage sector, while also needing to safeguard the wellbeing of staff and visitors, is also the custodian of the nation’s irreplaceable historic and cultural legacy.

<% If Not rsClients.EOF Or Not rsClients.BOF Then strClass = "cream" While (NOT rsClients.EOF) clientName = rsClients("clientName") photograph = rsClients("photograph") %>
<% If (photograph <> "") Then %> Photograph of <%=clientName%> <% End If %>

<%=clientName%>

<%=rsClients("detail")%>
 
<% If (strClass = "cream") Then strClass = "palecream" Else strClass = "cream" End If rsClients.MoveNext() Wend Else %>

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

 
<% End If ' Not rsClients.EOF Or Not rsClients.BOF %>
Picture of Big Ben and Houses of Parliament
 
<% Call CloseRecordSet("rsClients") %>