Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/01/2011, 13:40
Avatar de Pafate
Pafate
 
Fecha de Ingreso: mayo-2010
Mensajes: 232
Antigüedad: 14 años
Puntos: 1
Pasar URL por variable a un iframe

Hola queria pasar url por una variable a un iframe

Como tengo que hacer para poder agarrar la variable en el iframe?

a = "http://www.google.com.ar";


<iframe src="a;" target="_parent" width="400" height="500" scrolling="no" frameborder="1" transparency>
<p>Texto alternativo para navegadores que no aceptan iframes.</p>
</iframe>