I want to update my photo gallery website. Right now you just click on a thumbnail and it links directly to the JPEG image all by itself, which is lame.
I want to display the image in a frame with a color chosen for that image, with a caption. Since my images are fairly large (~650px) it should probably be in a new window, but hopefully the user can just hit the "back" button to get back to the thumbnails.
I want to do it with only client-side code - HTML, CSS, and Javascript. I don't want to have to program and debug server-side stuff like PHP or Java (.jsp's).
Thanks in advance for any suggestions.




Bookmarks