I am working on using the carousel slideshow for my site. How can I make it so when an image on the carousel is clicked it will open in a NEW window?
I have tried a bunch of things, and I can't get it to work right.
I am working on using the carousel slideshow for my site. How can I make it so when an image on the carousel is clicked it will open in a NEW window?
I have tried a bunch of things, and I can't get it to work right.
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
We should be able to sort this one out for you.
cr3ative
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
Have you tried adding the attribute target="_blank" to the image tag? That should work.
Cheers,
TechhieTim
Using target="_blank" will not work in this case. The code in the script that controls link behavior is this:As a result, all links in the script open in the current window. Without making more extensive modifications to allow us to choose which links to do what with, we can change this so that all links in the script open a new window like so:Code:function C_LdLnk(){if(this.lnk)window.location.href=this.lnk}Code:function C_LdLnk(){if(this.lnk)window.open(this.lnk)}
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks