Tema: iframe href
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/12/2013, 11:26
Rave1996
 
Fecha de Ingreso: febrero-2012
Ubicación: null
Mensajes: 6
Antigüedad: 12 años, 3 meses
Puntos: 0
Respuesta: iframe href

Muchas gracias por responder, ciertamente debería funcionar lo extraño es que no hay ningún target en el código (ni dentro del archio que carga el iframe ni dentro del mismo), ...es posible que un slideshow impida el correcto funcionamiento del iframe?

Este es el código que uso para el iframe:
Código HTML:
Ver original
  1. <iframe src="home.html" width="100%" height="530" frameborder='0' marginwidth='0' marginheight ='0' border="0" scrolling="no"></iframe>

Y el del href:
Código HTML:
Ver original
  1. <a href=""><img class="offer" src="img/Buttons/offer_sm.png" onmouseover="this.src='img/Buttons/offer_b.png'" onmouseout="this.src='img/Buttons/offer_sm.png'" /></a>