http://www.chrisloomis.com/editorial/index.html (the main larger image that swaps out with each thumbnail onclick needs to be clickable and if they want to see a higher resolution pic it would open into a new window--similar to http://www.huddletogether.com/projects/lightbox.
I'm familiar with swapping images and pop up links, but what I don't know how to do is to incorporate a nested onlick of the 'images/F_CF_2E.jpg' into a new window 'images/F_CF_2E-highres.jpg' in this script without messing up the thumbnail behaviors. Is it even possible?
<td><a href="javascript :;" onmouseout="MM_swapImage('cheffash_r3_c2','','imag es/F_CF_2t_30.jpg',1);MM_swapImgRestore()" onmouseover="MM_swapImage('cheffash_r3_c2','','ima ges/F_CF_2t_100.jpg',1);" onclick="MM_swapImage('cheffash_r1_c4','','images/F_CF_2E.jpg',1);"><img name="cheffash_r3_c2" src="images/F_CF_2t_30.jpg" width="44" height="31" border="0" id="cheffash_r3_c2" alt="" /></a></td>
|