% @ Language=VBScript %> <% Option Explicit %> <% Dim strFLPID 'Holds the floor plans page number Dim strTitle, strTitlePreFix, strFileName, strDir, numPages, i Dim fileNames, pageTitles, linkNames 'Read in the Forum ID to display the Topics for strFLPID = Request.QueryString("ID") strTitlePrefix = "Falcon Falls " strDir = "amt" 'Directory(folder) where all subfiles are located (same as name of file) fileNames = Array("general","club","fit","bus") pageTitles = Array("- Amenities", "- Clubhouse", "- Fitness Center", "- Business Center") linkNames = Array("General", "Clubhouse", "Fitness Center", "Business Center") numPages = ubound(pageTitles) + 1 strFileName = strDir & "/" & strDir & "_" & "general.asp" strTitle = strTitlePrefix & "Apartments and Homes" For i = 0 to (numPages - 1) If fileNames(i) = strFLPID Then strFileName = strDir & "/" & strDir & "_" & fileNames(i) & ".asp" strTitle = strTitlePrefix & pageTitles(i) i = numPages End If Next %> [an error occurred while processing this directive]
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | Home | Our Story | Floor Plans | Amenities | Contact Us | KC Community | Resident Connect | Specials | | ||
| Copyright © 2004-2007 Falcon Falls. All rights reserved. |