Hi,

I have a script that generates a photo album. The index is thumbnails. If you click on a thumbnail, it calls the full size image.

I want to add a comment bellow the image.

I want to get that comment from a .htm file that has the same name as the picture.jpg file.

So far I can write the .htm file name and create a link. But i have to click on that link to see the contents (comments) of the picture.

Is there a way of automatically displaying the contents of the comments file without needing to click on it?



thanks