Hi,
I was wondering if anyone could help me out with the following. I'm setting up a thumbnail index which could do with a little PHP. The static HTML gallery looks like this;
HTML Code:
<img src="../../../img/fotos/zk_bilthoven2006/thumbs/zomerkamp2006_1.jpg" width="100" height="75" />
<img src="../../../img/fotos/zk_bilthoven2006/thumbs/zomerkamp2006_2.jpg" width="100" height="75" />
<img src="../../../img/fotos/zk_bilthoven2006/thumbs/zomerkamp2006_3.jpg" width="100" height="75" />
<img src="../../../img/fotos/zk_bilthoven2006/thumbs/zomerkamp2006_4.jpg" width="75" height="100" />
When you click one of the thumbnails it - logically enough - links to the larger version of that particular image. That is where the script should come in. I'm looking for a script which automatically picks the larger version of the thumbnail clicked (same filename, only a different location) and opens it in a new window.
In this same new window should be a little "footer" included which functions as a navigation. Which basically just let you go back one (-- ?) and go forth one (++ ?) picture. So that you can browse trough the larger images once you've clicked a thumbnail.
I hope someone can help me with this 
|