Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/08/2014, 14:36
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 3 meses
Puntos: 8
De acuerdo cargar link en un iframe

Amigos, tengo una página (musica.php) donde se cargan 2 Iframes

Iframe izquierdo y centro

Código PHP:
<iframe frameborder="0" width="178"  height="575" 

            
src="../varios.php" marginheight="0" 

            
marginwidth="2" scrolling="auto"  name="izq"

            </
iframe
Código PHP:
<iframe frameborder="0" width="350" height="575" 

            
src="http://miarchivo/1.php?music=Danilo" marginheight="0" 

            
marginwidth="2" scrolling="no"  name="principal"> </iframe
Yo ahora me encuentro en la página home.php, desde allí quiero cargar 1 link en el iframe del centro (musica.php) ¿es posible?

Saludos