Full version: jsB@nk » Snippet » Thumbnail
URL: https://www.javascriptbank.com/thumbnail.html
A very simple, one line image enlarger. Nice and neat!
Full version: jsB@nk » Snippet » Thumbnail
URL: https://www.javascriptbank.com/thumbnail.html
<img src="../image/logojs.gif" width="60" height="23" name="myImage" onclick="javascript:myImage.height=120;myImage.width=300" ondblclick="javascript:myImage.width=60;myImage.height=23"><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->