<%language = VBScript %> <% Dim FileSystem, Folder, File, FileCollection, FileString Set FileSystem = CreateObject("Scripting.FileSystemObject") Set Folder = FileSystem.GetFolder("images/antigua/") Set FileCollection = Folder.Files strQuot = Chr(34) Response.write "

Antigua Photos

" &_ "" &_ "" &_ "" &_ "" &_ "" For Each File In FileCollection FileString = "" &_ "" &_ "" &_ "" Response.write FileString Next Response.write "
Image FileModified
"& File.Name &""& File.datelastmodified &"
" Set FileSystem = Nothing Set Folder = Nothing Set FileCollection = Nothing %>