Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/06/2007, 12:07
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Re: Redireccionar si no tiene frame

Hola blancorielo

Prueba con esto:

Código:
<script type="text/javascript">
if (location == top.location)
  location = 'index.html';
</script>
Saludos,