javascripts
 

SimplytheBest
Scripts

ASP scripts
PERL scripts
PHP scripts
JavaScripts & Ajax
Snippets
Online scripts

Ajax, DHTML
& JavaScripts

Animation
Background
Bookmarks
Buttons
Calculators
Cookies
Data handling
E-mail
Enhancements
Forms
Image rotation
Menus
Messages
Miscellaneous
Music
Password protection
Redirection
Scrollers
Tables
Time & date
Windows

Publishers
Add script
Account login
Publisher list



 

Home > Scripts > DHTML scripts & JavaScripts > Image rotation > Thumbnails script

 

Thumbnails script

AUTHOR: Public domain
TYPE: Freeware
BROWSERS: Javascript enabled all

A simple thumbnails script. When you click on a thumbnail the full-size image is displayed on the same page. If the browser accessing the page is not Javascript enabled, a click will take the user to the full-size image on a new page.


EXAMPLE

Click on the thumbnail images on the left to display a full size version on the right.


PlanMagic Business (Balance sheet)

Balance sheet

PlanMagic Business (P&L forecast)

Cash flow
 Courtesy of PlanMagic Corporation
PlanMagic Business (Personnel plan)

Personnel plan
PlanMagic Business (Charts)

Charts


1)
Insert this script in the <HEAD> section of the page.

then copy (CTRL-C) & paste (CTRL-V)

2) Insert the following HTML code in the <BODY> section where you want the thumbnails to appear in the page.

then copy (CTRL-C) & paste (CTRL-V)

3) Name the images for the slideshow like this:

Thumbnail images: thumb_1.gif, thumb_2.gif, etc.
Full size images: slide_1.gif, slide_2.gif, etc.

4) Define the location and the thumbnail images in this section of the HTML code:

<a href="thumbnails/thumb_1.gif" onclick="return(loadPosterImage('thumbnails/slide_1.gif'))">
<img src="thumbnails/thumb_1.gif" border="0" width="88" height="115"></a>
<a href="thumbnails/thumb_2.gif" onclick="return(loadPosterImage('thumbnails/slide_2.gif'))">
<img src="thumbnails/thumb_2.gif" border="0" width="79" height="115">

Define the first image to appear in the slideshow:

<a href="http://planmagic.com"><img src="thumbnails/slide_1.gif" name="imagePoster" border="0" width="303" height="485"></a>


Images used in this example are taken from PlanMagic Business.


[BACK] [TOP]

 


Copyright © 1997-2009 SimplytheBest Inc. Terms of Use and Legal Disclaimer.
All copyrights are acknowledged. All rights reserved.