I have been trying to adapt the photo carousel script located at --
to open a new page in another frame located directly below the clickable
carousel frame photos. I know that the basic script to do this is as in --
<a href="http://www.example.org/" target="bottom" >Click</a>
but I cannot figure out how to modify the script from
the program given below to do that.
How and where do I insert the .... target="bottom" .... to make it do this?
View the carousel and entire script at the above website.
Thanks for any help.
to open a new page in another frame located directly below the clickable
carousel frame photos. I know that the basic script to do this is as in --
<a href="http://www.example.org/" target="bottom" >Click</a>
but I cannot figure out how to modify the script from
the program given below to do that.
How and where do I insert the .... target="bottom" .... to make it do this?
Code:
Car_Image_Sources=new Array( "photo1.jpg","http://www.dynamicdrive.com", "photo2.jpg","http://www.javascriptkit.com", "photo3.jpg","", //this slide isn't linked "photo4.jpg","http://www.codingforums.com" // NOTE No comma after last line );
Thanks for any help.
Comment