% Dim strPageTitle:strPageTitle = "Amenities" Function Content %>
|
|
|
<% Dim rstLinkCategory: Set rstLinkCategory = GDAT_PullRecords(cnnMain, "*", "LinkLiteAreas", "LinkLiteAreaID = " & RequestNumeric("id"), "") If Not rstLinkCategory.EOF Then Response.Write " " & rstLinkCategory("Area") & " - Amenities" End If rstLinkCategory.Close: Set rstLinkCategory = Nothing %>
|