»
EnglishFrenchVietnamese

Print - Enlarge Image 2 - JavaScriptBank.com

Full version: jsB@nk » Image » Enlarge Image 2
URL: https://www.javascriptbank.com/enlarge-image-2.html

Enlarge Image 2 © JavaScriptBank.comThis one line script changes the image size and source on your thumbnail picture without reloading the page or using popups.

Full version: jsB@nk » Image » Enlarge Image 2
URL: https://www.javascriptbank.com/enlarge-image-2.html



HTML
<b>Single-click the image to enlarge it; double-click to make it small again.</b><br><img src="gif_logojsb2.gif" onclick="this.src='gif_logojsb2.gif';this.height=180;this.width=480" ondblclick="this.src='gif_logojsb2.gif';this.height=60;this.width=150"><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->