Results 1 to 3 of 3

Thread: Browse Next Image script?

  1. #1
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Browse Next Image script?

    Hello,
    I have a folder full of jpg files, each numbered like this. "Image 001", "Image 002", etc.

    I have put the first image (Image 001) within an iframe on a web page. What I am looking for is a script which will work like Opera/Firefox's "Browse Next/Previous Image" script.

    When the user clicks the "Next" navigation link (provided by me), the next image in the directory will be fetched and opened in the iframe. Is that possible?

    Thanks in advance.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Check out some of the existing scripts here, such as the PHP generated image gallery.

    You could set up a server side script to search the gallery and populate the script uniquely, but that may not be required.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks...

    Isn't there any easier option though? I am notreally in need of a fully featured gallery per say.
    Like, if my files in a particular web folder are all named in a particular sequence, such as "01.jpg", "02.jpg", "03.jpg" etc, then could a clickable script just increment the opened image by one, and thus display the next image?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •