Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple target question? #40

Closed
GoogleCodeExporter opened this issue May 6, 2015 · 1 comment
Closed

Simple target question? #40

GoogleCodeExporter opened this issue May 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi, i'm pretty new here so bare with me if it is a stupid question.

I have looked in the wiki and an searched in Issues without finding the
answer, so I hope that it is okay that I ask it here.
This is my source, and it is working fine:

---------------------------------------------------------------------------
        <link rel="stylesheet" type="text/css" href="css/slideshow.css"
media="screen" />
    <script type="text/javascript" src="js/mootools.js"></script>
    <script type="text/javascript" src="js/slideshow.js"></script>
    <script type="text/javascript" src="js/slideshow.kenburns.js"></script>
    <script type="text/javascript">     
    //<![CDATA[
      window.addEvent('domready', function(){
        var data = {
          '1.jpg': { caption: 'text1.', href: 'link1.htm'}, 
          '2.jpg': { caption: 'text2' }, 
          '3.jpg': { caption: 'text3' }, 
          '4.jpg': { caption: 'text4' }
        };
        var myShow = new Slideshow.KenBurns('show', data, { captions: true,
controller: false, delay: 4000, duration: 1000, height: 187, hu: 'images/',
width: 280 , pan: '100', zoom: [25, 75]});
        });
    //]]>
    </script>

---------------------------------------------------------------------------

But how do I set a target on the link?

You know like: <a target="iframe" href="s">test</a>


Original issue reported on code.google.com by dennis...@gmail.com on 1 Aug 2008 at 8:10

@GoogleCodeExporter
Copy link
Author

Hi! This has been answered in the Google Group (I'll try to add it to the FAQ 
one of these days!):

http://groups.google.com/group/mootools-slideshow/browse_thread/thread/cc1c50e24
e066607

Original comment by aeron.gl...@gmail.com on 1 Aug 2008 at 1:54

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant