Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/07/2008, 19:06
dexterquake
 
Fecha de Ingreso: julio-2008
Mensajes: 2
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: imagen vinculada a 2 iframes

Código:
<html>
<head>
<script>
function cambio(){

top.frames['pepe'].location.href="http://www.maestrosdelweb.com";
top.frames['juan'].location.href="http://www.forosdelweb.com";
}

</script>
	<title>Untitled</title>
</head>

<body>

<iframe name="pepe"></iframe>

<iframe name="juan"></iframe>

<input type="button" onclick="cambio()" value="prueba">


</body>
</html>

Bueno, termine usando ese script, queria ver si se podia en html, pero me resigne. Ese ejemplo fue posteado por un usuario de aca que no recuerdo el nick.

Muchas gracias.