Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/12/2002, 06:12
Avatar de Pin8
Pin8
 
Fecha de Ingreso: diciembre-2002
Ubicación: Mendoza
Mensajes: 11
Antigüedad: 21 años, 4 meses
Puntos: 0
Hola Damonmx

Algo así:
<a href="javascript:cargar()">Link</a>
y esto entre el <head> y el </head>:
<script>
function cargar() {
iframe1.location.href="uno.html"
iframe2.location.href="dos.html"
</script>

Suerte