Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/11/2008, 17:24
calbart
 
Fecha de Ingreso: agosto-2008
Mensajes: 124
Antigüedad: 15 años, 8 meses
Puntos: 0
Respuesta: problemas con redirecciones

En la ruta final el script es:
Código HTML:
<script>
function OutOfFrame()
{
	if( top.length > 2 )
	{
		top.location.href = "http://www.otraweb.com";
	}
}
</script>