Hola periquen, bienvenido a los foros

:
Puedes probar este código:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/DTD/frameset.dtd">
<html>
<head>
<title>
http://www.caricatos.net/probador
</title>
<script>
urls = ["../articulos/popup.php", "../articulos/probador.php", "../articulos/gradientes.php"];
i = 0;
function ir() {
window.frames.visitar.location.href = urls[i ++ % urls.length];
}
window.onload = setInterval(ir, 10000);
</script>
</head>
<body>
<iframe name="visitar" src="../index.php" style="width: 90%; height: 200px"></iframe>
</body>
</html>
En este
Probador de scripts
Saludos