I am building a photo gallery with thumbnails on the main page. I want each thumbnail to go to the same page but have the iframe change accordingly depending on the thumbnail clicked. Can it be done??
I've tried the following with different variations to get it to work.
<a href="01.html" iframe1.src="images/01.jpg'">
<img border="0" src="images/01_small.jpg" width="100" height="75"></a>