Thumbnail pictures javascript is used in most of webpages inorder to view the selected image.
Features
a) You can easily identify selected image while moving the mouse over it.
b) It is easy creating thumbnail pictures using java script.
c) Just copy the code and use it.
For customization of this script or any script development, contact us at support@hscripts.com
Usage
a) Unzip the download.
b) You will get the images used in this java script.
c) If you want to add your own images then you have to change the src of image in the following code,
<img id=1 class="normal" src="rabbit.jpg" width=100 onmousemove="SelectImage(1)">
<br><img id=2 class="normal" src="cat.jpg" width=120 onmousemove="SelectImage(2)">
<br><img id=3 class="normal" src="dog.jpg" width=100 onmousemove="SelectImage(3)">
d) Whenever the mouse is moved over an image, the function "SelectImage()" is invoked by passing the id of an image as argument.
e) Copy the code into your page and use it.
License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.