adbj1145
10-02-2004, 10:30 AM
why u have cnn, yahoo & google? can i erase it? Where can i insert my image path?
//Specify image paths and optional link (set link to "" for no link):
var dynimages=new Array()
dynimages[0]=["photo1.jpg", "http://www.cnn.com"]
dynimages[1]=["photo2.jpg", "http://www.yahoo.com"]
dynimages[2]=["photo3.jpg", "http://www.google.com"]
What i've to do with:
//Preload images ("yes" or "no"):
var preloadimg="no"
what I've to do:
//Set optional link target to be added to all images with a link:
var optlinktarget=""
Any other area to set new instructions to have it working?
Thanks
//Specify image paths and optional link (set link to "" for no link):
var dynimages=new Array()
dynimages[0]=["photo1.jpg", "http://www.cnn.com"]
dynimages[1]=["photo2.jpg", "http://www.yahoo.com"]
dynimages[2]=["photo3.jpg", "http://www.google.com"]
What i've to do with:
//Preload images ("yes" or "no"):
var preloadimg="no"
what I've to do:
//Set optional link target to be added to all images with a link:
var optlinktarget=""
Any other area to set new instructions to have it working?
Thanks