Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/08/2008, 18:27
Ruben_C
 
Fecha de Ingreso: febrero-2006
Mensajes: 217
Antigüedad: 18 años, 2 meses
Puntos: 0
abrir shadowbox fuera de un iframe

Hola muchachos, no se como solucionar esto. Tengo un formulario dentro de un iframe en el cual se carga un video y a su vez uso shadowbox pra mostrarlo. El problema es qu se abre dentro del iframe y yo uiero que ocupe toda la ventana del navegador. Tengo esto

Código HTML:
<a rel="shadowbox;width=500;height=500" class="option" title="<?php echo  htmlentities($row_video['titulo']);?>" href="<?php echo $row_video['video']?>;autoplay=1" target="_blank"><?php echo htmlentities($row_video['titulo']);?></a> 
En target tambien probré parent pero no funcona. ¿Como tendria que hacerlo?