Click Photo Carousel into new frame

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jrsjrs
    New Member
    • Sep 2006
    • 24

    Click Photo Carousel into new frame

    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?

    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
    		);
    View the carousel and entire script at the above website.
    Thanks for any help.
    Last edited by Dormilich; Oct 12 '09, 01:06 PM. Reason: Please use [code] tags when posting code
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    Originally posted by jrsjrs
    How and where do I insert the .... target="bottom" .... to make it do this?
    in the function that defines the link*. although that means that you have to change the script.

    * – C_LdLnk()

    Comment

    Working...