jesse82
02-19-2007, 10:18 AM
1) Script Title: Ultimate Fade-in slideshow
2) Script URL (on DD):
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["photo1.jpg", "", ""] //plain image syntax
fadeimages[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
fadeimages[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
3) Describe problem:
i used only the second type (Image with link syntax) but when i click on the image, a new open window opens. I'd like the link to open in the same window.
Help?
2) Script URL (on DD):
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["photo1.jpg", "", ""] //plain image syntax
fadeimages[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
fadeimages[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
3) Describe problem:
i used only the second type (Image with link syntax) but when i click on the image, a new open window opens. I'd like the link to open in the same window.
Help?