Click box under picture to view the next image. Allow a few seconds for each slide to load after clicking. Depending on how crowded Web is.
Scroll to bottom of this page to try the Mata Refresh SlideShow.
Cut, Copy, and Paste this script to your HomePage or FileManager as it`s own page. "Do not add the codes directly to your SignatureBox. The SlideShow will not work that way because of the JavaScript. You have to make it a clickable from your Email." Then make these changes to the code. "Besure to hit the return key to activate your cursor to avoid copying the whole page."
FIRST:
Delete out my pictures and images and add your own in this part.
("https://members.tripod.com/~Dale11/Dale11-2/scenery.jpg",
"https://members.tripod.com/~Dale11/Dale11-2/lucy.jpg",
"https://members.tripod.com/~Dale11/Dale11-2/bodean.gif",
"https://members.tripod.com/~Dale11/bluedragon.gif",
"https://members.tripod.com/~Dale11/Dale11-G19/angel-L1.jpg",
"https://members.tripod.com/~Dale11/dragonhead.jpg",)
You can add as many pitures and images as you want by repeating the code. The First code needs to start with a ( in front of it and the last code needs to end with a ) behind it. Do not add these ( ) to any of the codes in between the first and last code.
SECOND:
Delete out this image and add the image or picture you want to show as the first picture. This First image is only a screen image it will only show one time and no more when changing the pictures.
src="https://members.tripod.com/~Graphics4Webbers/OddsEnds/coolray.gif"
height=300 width=340 halign=middle name=place>
THIRD:
Change this part to the amount of pictures and images you have on the SlideShow. Count the screen image as a picture.
var num = 1;
function start() {
place = new Image(500,400);
document.show.place.src = selection[num];
num += 1;
if (num == 7) num = 1;
Only change this part with the
(== 7)
leave all the other numbers the same as i have them.
This SlideShow can be a little slow but changes the pictures automatic. Click here to try it.