<% pageLoc = "portraits" %><% isFolio = true %> <% 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 %> <% if isFolio = true then %> <% end if %> <% if isFolio = true then %> <% else %> <% end if %>
<% for i = 0 to ubound(arrImages) if arrImages(i) = "folio/other/100-ROSENBLATTSTADIUMPLATE.jpg" then response.write "" else response.write "" end if response.write "" next %>
Back One Slide     Next Slide