Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/11/2007, 10:22
toplucho
 
Fecha de Ingreso: julio-2005
Mensajes: 259
Antigüedad: 19 años, 7 meses
Puntos: 0
Re: abrir ventana

Cita:
Iniciado por toplucho Ver Mensaje
¿como hago para que al pinchar a un enlace se abra una ventana y me muestre un video de youtuve? y que la ventana se adapte al tamaño del video? estoy perdido
Estuve investigando un poco y no me funciona, estoy usar este codigo

Código PHP:
echo "<a href=\"video.php?id=".$row['id']."\"class=\"link_verde\".\"target=\"_blank\".\"onClick=\"window.open(this.href, this.target, 'width=425,height=355'); return false;>\"".$row['titulo']."</a>"