Hi,
I have a page that displays a main image like this
[url]http://wwww.xxx.net/propimages/[/url]<? echo $row[photo_file]; ?>
Very simple...very easy...
Also on the page I have thumbnails of alternate images displayed like this
echo("
<a href='http://www.xxx.net/propimages/featured/$row[Idf]/$row[picture6_name]'
target='_blank'>
<img src=http://www.xxx.net/propimages/featured/$row[Idf]/$row[picture6_name] width='104' height='66'
border='0'");
}
Notice I am using target='_blank' to display the whole image in a pop-up.
I HATE POP UPS 🙂
So, how could I have the user click on the thumbnail and have it replace <? echo $row[photo_file]; ?>