|
Is it possible to add a link to a larger image from the image that is swapped from the onclick??? (i.e. 'images/F_CF_2E.jpg' needs to be clickable and bring up a larger/higher resolution photos)
<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>
|