Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/06/2011, 11:38
Avatar de livemusic
livemusic
 
Fecha de Ingreso: abril-2011
Ubicación: Lima - Chorrillos
Mensajes: 150
Antigüedad: 13 años
Puntos: 18
Respuesta: FancyBox IFRAME

Espero y este te ayude, aunque no es lo ideal pero bien te puede servir..

Código Javascript:
Ver original
  1. $("#myIFrame").fancybox({
  2. 'width' : '75%',
  3. 'height' : '75%',
  4. 'autoScale' : false,
  5. 'transitionIn' : 'none',
  6. 'transitionOut' : 'none',
  7.  'type': 'iframe',
  8.  'onClosed': function() {
  9.    parent.location.reload(true);
  10.   }
  11. });

Última edición por livemusic; 15/06/2011 a las 11:44