Si fuese un redireccionamiento puedes hacerlo asi:
Cita: <html>
<head>
<script>parent.location.href = 'aqui_la_direccion.html';</script>
</head>
</html>
o así para redireccionarlo despues de 5 segundos:
Cita: <html>
<head>
<meta http-equiv="Refresh" content="5;url=aqui_la_direccion.html; ?>">
</head>
</html>
Suerte :D