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.