Cita:
Iniciado por toplucho
¿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>";