26/03/2014, 09:56
|
| | Fecha de Ingreso: diciembre-2013
Mensajes: 5
Antigüedad: 11 años, 1 mes Puntos: 0 | |
Respuesta: Formulario url Abrir en Iframe hola en realidad no quiero abrir una web , bueno si , en realidad quiero mostrar esto
dentro del iframe :
<iframe width="560" height="315" src="//www.youtube.com/embed/PNu_-deVemE" frameborder="0" allowfullscreen></iframe>
es un video de youtube y quiero que se vea en el iframe al hacer clic en
Lady Gaga - G.U.Y. - An ARTPOP Film
(<option value="http://youtube.com">Lady Gaga - G.U.Y. - An ARTPOP Film </option>)
<body>
<form name="formulario" method="post" action="">
<label>MIS SITIOS</label>
<select name="destinos">
<option value="http://google.es">Google</option>
<option value="">Lady Gaga - G.U.Y. - An ARTPOP Film </option>
<option value="http://gmail.com">GMail</option>
</select><input onclick="location.href=formulario.destinos.value;" type="button" value="IR" name="button">
</form>
<iframe name="imagenes" width="650" marginwidth="0" height="400" marginheight="0" align="left" scrolling="no" frameborder="1"></iframe> |