Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/03/2007, 19:03
Avatar de ElJavista
ElJavista
Colaborador
 
Fecha de Ingreso: marzo-2007
Ubicación: Lima Perú
Mensajes: 2.231
Antigüedad: 17 años, 1 mes
Puntos: 67
Re: Abrir dos enlaces al mismo tiempo

Eso se resuelve con el JavaScript, así:

<a href="pagina1.html" target="frame1" onClick="parent.frame2.window.location.replace('pa gina2.html')">link</a>