Hi there... I have a table with small images and when I mouseover them a bigger picture shows in another cell in the table. My code is working good for this. But I've tried to add code that if someone clicked on one of the smaller images that a specific bigger image would open in a new window without toolbars, addressbars, etc...... and be a certain size.
Then you need in your smaller image tag:
<img border="0" src="images/nature/pic/Nature-01.jpg" width="75" height="57" onmouseover =" doButtons('images/nature/text/nature-text-01.jpg', 'images/nature/pic/Nature-01.jpg')" onmouseout =" doButtons('images/nature/text/nature-text-01.jpg', 'images/nature/pic/Nature-01.jpg')" onClick="newWin(nature-01.htm)"></a>
You obviously need to generate an html page for each large image. OR (dunno - haven't tried it) you could try onClick="newWin(nature-01.jpg)"
Bookmarks