Hello all,
My query is as follows :
I am storing path and some information about images into database. The images are stored in a separate folder.
Depending upon some condition set (e.g. a particular month, season etc. I want to fetch the image names and corresponding information from database)
These images selected, depending upon criteria, are to be shown on a page like (scrolling horiontally / vertically OR changing two/three at a time in rotation if more images are selected for the criteria.) When the user clicks on any of the IMAGE, the image is to enlarged in separate window and if the SHORT TEXT is clicked, the information is to be shown on the page.
For this, images and the short text with it is to be hyperlinked to the database.
(e.g. out of 10 images in the folder, 3 images are of X'mas, new year party and snow fall) These are to be shown in the month of december.
The path is to be fetched from database.
It may look like :
image1.png image2.png image3.png
text1 text2 text3
When image 1/2/3 is clicked the enlarged image is to be shown in a separate window. when text 1/2/3 is clicked the infomration of that image is to be shown in the page.
How to do it with / without javascript? Is there any sample script available?
Looking for help.
regards,