craban
10-25-2005, 06:21 PM
Script: Image Thumbnail Viewer II
http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
Is it possible to put the array (or most of the <head> script) in a seperate html or something similar as a .JS file
//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"]
regards
-craban
http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
Is it possible to put the array (or most of the <head> script) in a seperate html or something similar as a .JS file
//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"]
regards
-craban