This is my first post here. I’m just an amateur trying to edit my own company site. See:
http://dougcoe.com/laddition.html
I want to be able to click on an image (bigger one on the left) and have it open another window with a larger image. Problem is my website designer used javascript in an <a href> for a mouseover image change like this:
<tr>
<td class="thumb1"><a href="javascript:;" onmouseover="changepic(‘one’,’images/projects/laddition1.jpg’,’caption’,’Before – back of house’)"><img src="images/thumbs/laddition1th.jpg"></a></td>
<td><a href="javascript:;" onmouseover="changepic(‘one’,’images/projects/laddition2.jpg’,’caption’,’After – back of house’)"><img src="images/thumbs/laddition2th.jpg"></a></td>
</tr>
Is it possible to do what I want, or do you have a suggestion for what I could do instead?
Thank you for any help or clues,
Doug