View Single Post
Old 11-09-2012, 08:48 PM   PM User | #1
dono
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
dono is an unknown quantity at this point
javascript slide show

OK - First, my disclaimer: I'm a noob to Javascript.

So, I'm playing with some java scripts from javascriptkit, and one is a slide show
script. Here's what I don't get:
document.images.slide.src=eval("image"+step+".src")

This is part of the function that selects the next image. My slide show doesn't run, and I'm trying to figure out why. Any suggestions is greatly appreciated.

Dono
dono is offline   Reply With Quote