473,378 Members | 1,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Click Photo Carousel into new frame

24
I have been trying to adapt the photo carousel script located at --

http://www.dynamicdrive.com/dynamicindex14/carousel.htm

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?

Expand|Select|Wrap|Line Numbers
  1. Car_Image_Sources=new Array(
  2.         "photo1.jpg","http://www.dynamicdrive.com",
  3.         "photo2.jpg","http://www.javascriptkit.com",
  4.         "photo3.jpg","", //this slide isn't linked
  5.         "photo4.jpg","http://www.codingforums.com" // NOTE No comma after last line
  6.         );
View the carousel and entire script at the above website.
Thanks for any help.
Oct 12 '09 #1
1 2644
Dormilich
8,658 Expert Mod 8TB
@jrsjrs
in the function that defines the link*. although that means that you have to change the script.

* – C_LdLnk()
Oct 12 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: yaktipper | last post by:
This explains how to disable the view source / right-click menu in Netscape 4, Netscape 6 and Internet Explorer (IE). <script language="JavaScript"> //This code is the beginning of the right...
5
by: Joseph Ellis | last post by:
Hello all. I have a family website that I have been maintaining for the past year and a half or so. It includes a photo album that has grown quite large. So far I've displayed the photo album...
1
by: Bill Strass | last post by:
I have a form showing the records of different people. I would like a photo to be displayed in the form, with each person's record. My digital photo > *.jpg type file and I change each photo...
2
by: Guadala Harry | last post by:
I created a simple "photo album" page; it has a bunch of ImageButton controls that display the thumbnails - and then an Image control that displays the full-sized image when the corresponding...
2
by: Ryan | last post by:
Howdy. I'm writing a photo slideshow in javascript (using js to make it more user-universal). I have the functions set up to get a photo thumb from an array and link it to its larger counterpart,...
0
by: dimkar | last post by:
I finished my first design in flsh 8 using autoscript. It is a carousel gallery of 14 images rotating around. I am very new to this area but i hava a knowledge on programming language. What i want...
6
by: empiresolutions | last post by:
I'm trying to slightly alter the script found here, http://www.adrianhodge.com/web-design/mootools-horizontal-div-slider-121/. What i want to do is make the carousel work on a Next/Previous...
1
by: chromis | last post by:
Hi, I've been trying to create a carousel class which takes an array of phrases and then creates a textfield for each one positioning it vertically based on the order it was added. The next stage...
5
by: sanamsalehi | last post by:
hello I want to write a code that in the web page I have some frame then user can upload his picture on this page And choose frame to see his photo on these frame(merge her photo with frame) when...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.