Foros del Web » Programando para Internet » Javascript »

3 (Tres) enlaces en un mismo Link

Estas en el tema de 3 (Tres) enlaces en un mismo Link en el foro de Javascript en Foros del Web. Hola, si alguien me pudiese ayudar... le agradeceria un monton!! llevo tiempo buscando como hacer que con un click a un solo enlace me abra ...
  #1 (permalink)  
Antiguo 22/02/2012, 23:01
 
Fecha de Ingreso: febrero-2012
Ubicación: isla de Margarita
Mensajes: 3
Antigüedad: 12 años, 1 mes
Puntos: 0
Pregunta 3 (Tres) enlaces en un mismo Link

Hola, si alguien me pudiese ayudar... le agradeceria un monton!! llevo tiempo buscando como hacer que con un click a un solo enlace me abra tres iframes en una misma pagina, se puede hacer esto? o alguna otra forma de hacerlo? osea que haga las 3 funciones gracias!!
  #2 (permalink)  
Antiguo 23/02/2012, 00:27
Avatar de emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 9 meses
Puntos: 1567
Respuesta: 3 (Tres) enlaces en un mismo Link

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es" >
  4. <title>Cargar 3 iframes</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="description" content="x" />
  7. <meta name="keywords" content="x" />
  8. <meta http-equiv="Content-Language" content="ES" />
  9. <meta http-equiv="Content-Style-Type" content="text/css" />
  10. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  11. <meta http-equiv="imagetoolbar" content="no" />
  12. <meta name="copyright" content="&copy; 2006, Guillermo Gianello" xml:lang="es" lang="es" />
  13. <meta name="author" content="http://emprear.com"  xml:lang="es" lang="es" />
  14. </head>
  15.     <div>
  16. <p><a href="inicio-juegosps1.html"target="I1"
  17. onclick="parent.frames['I2'].location.href='menujuegosps1.html';parent.frames['I3'].location.href='x.html';return true">
  18. cargar 3 frames</a></p>
  19.  
  20. <p><br />Primer iframe</p>
  21. <iframe name="I1" width="300" height="100"></iframe>
  22. <p><br />Segundo iframe</p>
  23. <iframe name="I2" width="300" height="100" style="display: inline-block;"></iframe>
  24.  
  25. <iframe name="I3" width="300" height="100" style="display: inline-block;"></iframe> tercer iframe
  26. </div>
  27. </body>
  28. </html>

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.

Etiquetas: enlaces, frames, funciones, links, iframe
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:12.