[thelist] Image Randomizer....

Bill Wiggins BillW at westmarine.com
Fri Aug 30 10:18:27 CDT 2002


--
[ Picked text/plain from multipart/alternative ]
X-NAIMIME-Disclaimer: 1
X-NAIMIME-Modified: 1

http://www.catawbayc.org/atest.html

Paul,
I have tried over and over to make this work. Can you help? This is
the
way I have it setup:

</script>
<SCRIPT language=JavaScript>
//Randomize the image on this pages
var img = new Array();
var prefix = "http://www.catawbayc.org/files";
img[0] = prefix + "2001_9.jpg";
img[1] = prefix + "DSCF0699.jpg";
img[2] = prefix + "DSCF0706.jpg";
img[3] = prefix + "DSCF0728.jpg";
var index = Math.round(3*Math.random());
document.write('<IMG NAME=health SRC='+img[index]+' border=0 width=200

height=200 alt="Rotating Image">');
// -->


</SCRIPT>

The url that I am going to put it on is www.catawbayc.org

Thanks,

..._/)...._/)...._/)...._/)...._/)....
Bill Wiggins
Architectural/Performance
Rigging Specialist
West Marine Rigging
860 Marine Drive
Suite 581
Rock Hill, SC 29730
888-447-7444
..._/)...._/)...._/)...._/)...._/)....


This electronic transmission and any attachment(s) may contain confidential information which is for the sole use of the intended recipient.  Be aware, any disclosure, copying, distribution or use of the contents of this information is prohibited.  If you have received this message in error, promptly notify the sender by return email and permanently delete this from your computer.  Thank you.
--





More information about the thelist mailing list