Click to See Complete Forum and Search --> : Scrolling Images
berettaf
11-10-2005, 09:39 AM
I would like to use a part of a web page to show up some images.
I would scroll all the .jpg files in a specific directory.
Coul someone give some help?
Thank you
lmf232s
11-10-2005, 09:49 AM
you could use a scrollable <div> or even a frame.
Use FSO to get all the files that end in .jpg and place the file paths into the <div> or frame to display the image.
Here is a link to FSO, everything you need to know and sample code for each.
http://www.tutorial-web.com/asp/fso/filesystem.asp?property=FileExists
Bullschmidt
11-10-2005, 03:25 PM
ASP File Explorer by Adrian Forbes - 5/27/2003
http://www.aspfree.com/c/a/ASP-Code/ASP-File-Explorer
Working with Drives, Folders and Files in ASP
http://www.stardeveloper.com/articles/050301-3.shtml
Could I get some help working with files using FileSystemObject?
http://www.aspfaq.com/show.asp?id=2039