If you want to preload images for a particular page, put this in the Head:
<SCRIPT language="JavaScript"> <!--
arImageSrc = new Array
("Image1.jpg", "Image2.jpg", "Image3.jpg", "Image4.jpg")
arImageList = new Array ();
for (counter in arImageSrc) { arImageList[counter] = new Image(); arImageList[counter].src = arImageSrc[counter]; }
// --> </SCRIPT>
Put as many images as you want and change the names to suit your images.
_______________________________________ This page was written, and is maintained, by Dallas
|