Ver Mensaje Individual
  #11 (permalink)  
Antiguo 31/05/2010, 06:46
kokoou
 
Fecha de Ingreso: enero-2008
Ubicación: Buenos Aires
Mensajes: 305
Antigüedad: 16 años, 4 meses
Puntos: 14
Respuesta: iframe con funcybox

proba cambiando esto:

Código Javascript:
Ver original
  1. parametros = "href: $(this).attr('href'), width : '75%',height:'75%',titleShow:'false',onClosed: true,autoScale:'false',transitionIn:'none',transitionOut:'none',type: 'iframe'";

por:


Código Javascript:
Ver original
  1. parametros = "href: this.href, width : '75%',height:'75%',titleShow:'false',onClosed: true,autoScale:'false',transitionIn:'none',transitionOut:'none',type: 'iframe'";