Cut & Paste Image Selector using selection list
|
Description: A JavaScript image selector that uses a selection list to allow surfers to choose among many images to be displayed in one fixed area.
Example:
Directions
Step 1: Insert the below into the <head> section of your page:
Step 2: Insert the below into the <body> section where you want the selector to appear:
Configuring the script: To change the images to your own, you'll have to edit the code in step 2. The below lists it:
<script
language="javascript">
Selector(152,136,"dog2-small.gif
condo-view-small.gif hiking1-small.gif hiking2-small.gif malanda-small.gif
snowball-small.gif snowcamping-small.gif spider1-small.gif spider3-small.gif ");
</script>
Change the first two parameters (152 and 136) to represent the width and height of the image, and the remaining parameter to the name of the images, seperated each by a blank space. You can enter as many- or as little- images as you want, depending on how many you want be used in the selection list.