In the News Stadium plate is a hit - Omaha World-Herald Creighton Prep gets creative - Omaha World-Herald |
% pageLoc = "home" %> <% if isFolio = true then set objFSO = server.createObject("scripting.fileSystemObject") set folioFolder = objFSO.getFolder(server.mapPath("folio" & "/" & pageLoc)) for each file in folioFolder.files if firstImage & ":" = ":" then firstImage = "folio/" & pageLoc & "/" & file.name imageString = imageString & "folio/" & pageLoc & "/" & file.name & ";" next set folioFolder = nothing set objFSO = nothing imageStringLen = len(imageString) - 1 imageString = left(imageString,imageStringLen) arrImages = split(imageString,";") end if %>
In the News Stadium plate is a hit - Omaha World-Herald Creighton Prep gets creative - Omaha World-Herald |