") End If If strTests <> "" Then strTests = replace(strTests,chr(13)&chr(10),"
") End If If strOperationHours <> "" Then strOperationHours = replace(strOperationHours,Chr(13)&Chr(10),"
") End If IF len(strMapUrl) = 0 Then strMapUrl = strCentreId & ".pdf" end If IF len(strThumbUrl) = 0 Then strThumbUrl = strCentreId & ".jpg" end If %>
Collection Centre Locator - <%=strCentreName%>
|
Click on the Image above to view Larger Image
|
|
| Address <%=strAddress%> <%=strSuburb%> <%=strPostCode%> | |
| Special Tests <%=strTests%> | |
| Hours of Operation <%=strOperationHours%> | |
| Additonal Info <%=strAddInfo%> | |
| Phone Number <%=strPhone%> | |
| [Back] |
Collection Centres
<% If blnSuccess Then %> <% '-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- If blnForm1 Then Set objDatabase = OpenDB() Set objMember = New clsMember SQL = "SELECT TOP 5 * FROM POSTCODE_COLLECTION_CENTRE_POSTCODE WHERE PostCode = " & strPostCode & " ORDER BY DistanceQty" 'response.write sql Set rs_UnitListing = objDatabase.Execute(SQL) If Not rs_UnitListing.EOF Then %>The following was found for the "<%=strPostCode%>" Postcode
<%
Do Until rs_UnitListing.EOF
strCentreID = Trim(rs_UnitListing("CentreId"))
Sql1 = "Select * from Centre where centreId = " & strCentreId & " AND SiteType = 'Dorevitch'"
Set rs_UnitListing1 = objDatabase.Execute(Sql1)
If Not rs_UnitListing1.EOF Then
Do Until rs_UnitListing1.EOF
strCentreName = Trim(rs_UnitListing1("CentreName"))
%>
<%
rs_UnitListing1.MoveNext
Loop
End If
rs_UnitListing.MoveNext
Loop
%>
<% Else%>
Your search returned no results.
<% End If End If '-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- If blnForm2 Then Set objDatabase = OpenDB() Set objMember = New clsMember SQL = "SELECT * FROM CENTRE WHERE RegionID = " & strRegionID & " ORDER BY CentreName" 'response.write sql Set rs_UnitListing = objDatabase.Execute(SQL) If Not rs_UnitListing.EOF Then %>
The following Collection Centres were found.
<%
Do Until rs_UnitListing.EOF
strCentreID = Trim(rs_UnitListing("CentreId"))
strCentreName = Trim(rs_UnitListing("CentreName"))
%>
<%
rs_UnitListing.MoveNext
Loop
%>
<% Else%>
Your search returned no results.
<% End If End If '-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- If blnForm3 Then Set objDatabase = OpenDB() Set objMember = New clsMember SQL = "SELECT * FROM CENTRE WHERE CentreName = '" & strSuburbID & "' ORDER BY CentreName" 'response.write sql Set rs_UnitListing = objDatabase.Execute(SQL) If Not rs_UnitListing.EOF Then %>
The following Collection Centres were found.
<%
Do Until rs_UnitListing.EOF
strCentreID = Trim(rs_UnitListing("CentreId"))
strCentreName = Trim(rs_UnitListing("CentreName"))
%>
<%
rs_UnitListing.MoveNext
Loop
%>
<% Else %>
<% End If %>
<%
End If
'--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Else
%>
<% Else %>
Your search returned no results.
<% End If %>
To find your nearest collection centre you can search by either postcode, region or select a specific suburb from the complete listing of our collection centres.