Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/02/2012, 11:16
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Iframes con hiperlinks

Ahi estás usando una función GetFrameUrl(), pero no se sabe que hace.
Si los iframes a cargar son 2, podés arreglater con esto

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>XHTML 1.0 transitional</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. <p><a href="1.html"target="I1" onclick="parent.frames['I2'].location.href='2.html';return true">
  16. cargar 2 frames</a></p>
  17.  
  18. <p><br />Primer iframe</p>
  19. <iframe name="I1" width="300" height="300"></iframe>
  20. <p><br />Segundo iframe</p>
  21. <iframe name="I2" width="300" height="300"></iframe>
  22. </body>
  23. </html>

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