fhirzall
05-09-2006, 09:13 AM
Script: Image Thumbnail Viewer II
Link: http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
Hey everyone, I can't figure out how to set the image in the array to be retrieved from the database, is there any way I can do that? I managed to be able to get the thumbnails from my database, but for example...
var dynimages=new Array()
dynimages[0]=["image1.jpg", ""]
dynimages[1]=["image2.jpg", ""]
dynimages[2]=["image3.jpg", ""]
I want to be able to get that value dynamically, i'm still learning javascript and asp.net so sorry if its a simple question, Thanks in advance!
p.s. I like the fading effect :)
Link: http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
Hey everyone, I can't figure out how to set the image in the array to be retrieved from the database, is there any way I can do that? I managed to be able to get the thumbnails from my database, but for example...
var dynimages=new Array()
dynimages[0]=["image1.jpg", ""]
dynimages[1]=["image2.jpg", ""]
dynimages[2]=["image3.jpg", ""]
I want to be able to get that value dynamically, i'm still learning javascript and asp.net so sorry if its a simple question, Thanks in advance!
p.s. I like the fading effect :)