"dynamic" image swap

wxdqz

New Member
I'll try to explain this clearly.

I'm building a site for an architect. At the top is a row of thumbnails - call them "image 1". When clicked, each loads a larger version of itself in the space below - call that image "image2".

What I want to do is allow users to click on image 2 for another version of that image - call it "image 3".

So i guess i need a javascript function in the "image 2" href that would take the name of "image 2" as a value, and, onclick, load the appropriate "image 3".

i'm sure there's code for this all over the place, but i've ben unable to find it.

any help would be much appreciated.

thanks,

gabe friedman
 
Top