mkobus
10-31-2005, 04:20 PM
Blending Image Slideshow Script
http://www.dynamicdrive.com/dynamicindex14/image4.htm
Greetings all. I am very much a js newbie, and have a problem that others may be able to solve with very little effort.
I am using the Blending image Slideshow Script on my site. I need to be able to change the
newwindow value according to the image being displayed. So in some cases I would like to open the link in a new window, in others i would like the link to open in the current window.
I thought that simply setting the
newwindow value as an array:
var newwindow=new Array("0", "1")
would work, but have found Im off base.
I did some forum searching and didnt see any similar threads...any help would be greatly appreicated.
http://www.dynamicdrive.com/dynamicindex14/image4.htm
Greetings all. I am very much a js newbie, and have a problem that others may be able to solve with very little effort.
I am using the Blending image Slideshow Script on my site. I need to be able to change the
newwindow value according to the image being displayed. So in some cases I would like to open the link in a new window, in others i would like the link to open in the current window.
I thought that simply setting the
newwindow value as an array:
var newwindow=new Array("0", "1")
would work, but have found Im off base.
I did some forum searching and didnt see any similar threads...any help would be greatly appreicated.