Ver Mensaje Individual
  #8 (permalink)  
Antiguo 27/10/2008, 19:20
Avatar de Null_
Null_
 
Fecha de Ingreso: octubre-2008
Ubicación: Santiago
Mensajes: 530
Antigüedad: 15 años, 7 meses
Puntos: 30
Respuesta: Index.html ~ Index.php

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