]|V|[agnus
06-09-2004, 09:19 PM
I've got an image gallery and what I would like is to have JS enabled users swap a larger image source when clicking the thumbnails, but that if JS is disabled, the href of the thumbnail link would be to the larger image.
<a href="images/big.jpg" onclick="enlarge('big.jpg')"><img ... /></a>
Thanks in advance to any helpful parties...
<a href="images/big.jpg" onclick="enlarge('big.jpg')"><img ... /></a>
Thanks in advance to any helpful parties...