% Dim strPageTitle:strPageTitle = "Attractions" Function Content %>
|
|
<% Dim rstLinkCategory: Set rstLinkCategory = GDAT_PullRecords(cnnMain, "*", "LinkLiteAreas", "LinkLiteAreaID = " & RequestNumeric("id"), "") If Not rstLinkCategory.EOF Then Response.Write " " & rstLinkCategory("Area") & " - Attractions" End If rstLinkCategory.Close: Set rstLinkCategory = Nothing %> <% Dim rstLinks, intCounter: Set rstLinks = GDAT_PullRecords(cnnMain, "*", "LinkLites", "[Active] = 1 AND LinkLiteAreaID = " & RequestNumeric("id") & " AND LinkLiteCategoryID = 1", "SortID") intCounter = 0 Do While Not rstLinks.EOF intCounter = intCounter + 1 Response.Write " " & vbCrLf
If IsNull(rstLinks("Thumbnail")) Or (Not rstLinks("Thumbnail") <> "") Then
Response.Write " " & vbCrLf
If intCounter > 1 Then
Response.Write "" & vbCrLf
intCounter = 0
End If
rstLinks.MoveNext
Loop
rstLinks.Close: Set rstLinks = Nothing
%>
" & vbCrLf Response.Write " " & rstLinks("Description") & " |