Posted by Andy Dingley on 09/28/78 11:52
Toby Inkster wrote:
> Client-side Javascript won't do -- it has no way of reading the contents
> of a directory on the server.
Well it _might_ do. Stick the images in an images/ subdirectory and
let the web server serve the default directory listing, then parse it
client side. Still an ugly way to do it though.
Find out what your hosting supports easily (probably PHP) and write a
server-side script for it.This is very easy, low maintenance, and you
can probably download a workable example.
Navigation:
[Reply to this message]
|