Pertanyaan jqFancyTransitions

  • 23 Juli 2012 20:09
     
     

    Tengo una web donde estoy usando este componente jqFancyTransitions, lo uso para cargar un baner  a travez de un iframe

    <div id="slide-banner">
    <iframe width="1024" height="360" src="../../RecursosDis/slide-banner/slide-banner.html" scrolling="No"  frameborder="0" marginheight="0" align="middle"></iframe>
    </div>

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

    Codigo de  slide-banner.html

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head></head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>slide-banner</title>
    <script src="../scripts/jquery.js" type="text/javascript"></script>

    <!--.....SLIDE BANNER CENTER PAGE - Jquery...........................................-->
    <script src="../scripts/jqfancytransitions.js" type="text/javascript"></script>
    <script>
    $(document).ready( function(){
    $("#slideshowHolder").jqFancyTransitions({ width: 1024, height: 360 });
    });
    </script>
    <!--.................................................................................-->

    <body>
    <!--.....SLIDE BANNER................................................................-->

    <div id="slideshowHolder" >
       
    <img src='slides/img1.jpg' alt=''  />
            <a href ='http://www.casaspertodadisney.com/Pages/Landings/2012/casas-orlando/casas-orlando-miami-gratis-home-2012.aspx' target="_blank"></a>

    <img src='slides/img2.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img3.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img4.jpg' alt='' />
    <a href ='http://www.casaspertodadisney.com/Pages/Landings/2012/casas-orlando/casas-orlando-miami-gratis-home-2012.aspx' target="_blank"></a>

    <img src='slides/img5.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img6.jpg' alt='' />
    <a href ='#'></a>
            
    <img src='slides/img7.jpg' alt='' />
    <a href ='http://www.casaspertodadisney.com/Pages/Landings/2012/casas-orlando/casas-orlando-miami-gratis-home-2012.aspx' target="_blank"></a>
            
    <img src='slides/img8.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img9.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img10.jpg' alt='' />
    <a href ='http://www.casaspertodadisney.com/Pages/Landings/2012/casas-orlando/casas-orlando-miami-gratis-home-2012.aspx' target="_blank"></a>
    </div>

    </body>
    </html>

    El problema es que el target no me funciona ni en _blank  ni con _top siempre me carga en el mismo iframe cosa que no quiero alguna ayuda intente de todo pero quiero conservar la estructura de llamarlo con iframe

Semua Balasan

  • 23 Juli 2012 20:15
     
     

    Tengo una web donde estoy usando este componente jqFancyTransitions, lo uso para cargar un baner  a travez de un iframe

    <div id="slide-banner">
    <iframe width="1024" height="360" src="../../RecursosDis/slide-banner/slide-banner.html" scrolling="No"  frameborder="0" marginheight="0" align="middle"></iframe>
    </div>

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

    Codigo de  slide-banner.html

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head></head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>slide-banner</title>
    <script src="../scripts/jquery.js" type="text/javascript"></script>

    <!--.....SLIDE BANNER CENTER PAGE - Jquery...........................................-->
    <script src="../scripts/jqfancytransitions.js" type="text/javascript"></script>
    <script>
    $(document).ready( function(){
    $("#slideshowHolder").jqFancyTransitions({ width: 1024, height: 360 });
    });
    </script>
    <!--.................................................................................-->

    <body>
    <!--.....SLIDE BANNER................................................................-->

    <div id="slideshowHolder" >
       
    <img src='slides/img1.jpg' alt=''  />
            <a href ='http://www.casaspertodadisney.com/Pages/Landings/2012/casas-orlando/casas-orlando-miami-gratis-home-2012.aspx' target="_blank"></a>

    <img src='slides/img2.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img3.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img4.jpg' alt='' />
    <a href ='http://www.casaspertodadisney.com/Pages/Landings/2012/casas-orlando/casas-orlando-miami-gratis-home-2012.aspx' target="_blank"></a>

    <img src='slides/img5.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img6.jpg' alt='' />
    <a href ='#'></a>
            
    <img src='slides/img7.jpg' alt='' />
    <a href ='http://www.casaspertodadisney.com/Pages/Landings/2012/casas-orlando/casas-orlando-miami-gratis-home-2012.aspx' target="_blank"></a>
            
    <img src='slides/img8.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img9.jpg' alt='' />
    <a href ='#'></a>

    <img src='slides/img10.jpg' alt='' />
    <a href ='http://www.casaspertodadisney.com/Pages/Landings/2012/casas-orlando/casas-orlando-miami-gratis-home-2012.aspx' target="_blank"></a>
    </div>

    </body>
    </html>

    El problema es que el target no me funciona ni en _blank  ni con _top siempre me carga en el mismo iframe cosa que no quiero alguna ayuda intente de todo pero quiero conservar la estructura de llamarlo con iframe